color codes Logo

#01253b color codes

#01253B
(1,37,59)
0 Favorites   0 Comments

Color spaces of #01253b

RGB 13759
HSL0.560.970.12
HSV203°98°23°
CMYK 0.980.370.00   0.77
XYZ1.46351.64544.3781
Yxy1.64540.19550.2198
Hunter Lab12.8273-2.0823-11.2572
CIE-Lab13.5041-2.7819-17.6490

#01253b color RGB value is (1,37,59).

#01253b hex color red value is 1, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #01253b hue: 0.56 , saturation: 0.97 and the lightness value of 01253b is 0.12.

The process color (four color CMYK) of #01253b color code is 0.98, 0.37, 0.00, 0.77. Web safe color of #01253b is #003333. Color #01253b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100101 00111011
Octal 1 45 73
Decimal 1 37 59
Hex 1 25 3B

RGB Percentages of Color #01253b

%1.03
%38.14
%60.82

CMYK Percentages of Color #01253b

%98
%37
%0
%77

Triadic Colors of #01253b

#01253b #3b0125 #253b01

Analogous Colors of #01253b

#01253b #01083b #013b34

Monochromatic Colors of #01253b

#01253b

Complementary Color

#01253b #3b1701

#01253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01253b Color CSS Codes

.mybgcolor {background-color:#01253b; } 
.myforecolor {color:#01253b; }
.mybordercolor {border:3px solid #01253b; }

#01253b Text Font Color

<p style="color:#01253b">Text here</p>

This sample text font color is #01253b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01253b Background Color

<div style="background-color:#01253b">
Div content here</div>

This div background color is #01253b


#01253b Border Color

<div style="border:3px solid #01253b">
Div here</div>

This div border color is #01253b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,37,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01253b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01253b;
  -webkit-box-shadow: 1px 1px 3px 2px #01253b;
  box-shadow:         1px 1px 3px 2px #01253b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,37,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01253b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01253b;
  -webkit-box-shadow: 1px 1px 3px 2px #01253b;
  box-shadow:         1px 1px 3px 2px #01253b;">
Div content here</div>

This div box has shadow with color #01253b


Comments

No comments written yet.

Please login to write comment.