Color Hex Logo

#01233c Color Hex

#01233C
(1,35,60)
0 Favorites   0 Comments

Color spaces of #01233c

RGB 13560
HSL0.570.970.12
HSV205°98°24°
CMYK 0.980.420.00   0.76
XYZ1.42921.53484.4959
Yxy1.53480.19160.2057
Hunter Lab12.3887-1.0879-12.8444
CIE-Lab12.8276-0.8456-19.4244

#01233c color RGB value is (1,35,60).

#01233c hex color red value is 1, green value is 35 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #01233c hue: 0.57 , saturation: 0.97 and the lightness value of 01233c is 0.12.

The process color (four color CMYK) of #01233c color hex is 0.98, 0.42, 0.00, 0.76. Web safe color of #01233c is #003333. Color #01233c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100011 00111100
Octal 1 43 74
Decimal 1 35 60
Hex 1 23 3C

RGB Percentages of Color #01233c

%1.04
%36.46
%62.50

CMYK Percentages of Color #01233c

%98
%42
%0
%76

Triadic Colors of #01233c

#01233c #3c0123 #233c01

Analogous Colors of #01233c

#01233c #01063c #013c38

Monochromatic Colors of #01233c

#01233c

Complementary Color

#01233c #3c1a01

#01233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01233c Color CSS Codes

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

#01233c Text Font Color

<p style="color:#01233c">Text here</p>

This sample text font color is #01233c
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.


#01233c Background Color

<div style="background-color:#01233c">
Div content here</div>

This div background color is #01233c


#01233c Border Color

<div style="border:3px solid #01233c">
Div here</div>

This div border color is #01233c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,35,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01233c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01233c;
  -webkit-box-shadow: 1px 1px 3px 2px #01233c;
  box-shadow:         1px 1px 3px 2px #01233c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01233c


Comments

No comments written yet.

Please login to write comment.