Color Hex Logo

#0c213e Color Hex

#0C213E
(12,33,62)
0 Favorites   0 Comments

Color spaces of #0c213e

RGB 123362
HSL0.600.680.15
HSV215°81°24°
CMYK 0.810.470.00   0.76
XYZ1.56501.51374.7671
Yxy1.51370.19950.1929
Hunter Lab12.30331.1749-14.3606
CIE-Lab12.69493.5175-21.0161

#0c213e color RGB value is (12,33,62).

#0c213e hex color red value is 12, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0c213e hue: 0.60 , saturation: 0.68 and the lightness value of 0c213e is 0.15.

The process color (four color CMYK) of #0c213e color hex is 0.81, 0.47, 0.00, 0.76. Web safe color of #0c213e is #003333. Color #0c213e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00100001 00111110
Octal 14 41 76
Decimal 12 33 62
Hex C 21 3E

RGB Percentages of Color #0c213e

%11.21
%30.84
%57.94

CMYK Percentages of Color #0c213e

%81
%47
%0
%76

Triadic Colors of #0c213e

#0c213e #3e0c21 #213e0c

Analogous Colors of #0c213e

#0c213e #100c3e #0c3a3e

Monochromatic Colors of #0c213e

#0c213e

Complementary Color

#0c213e #3e290c

#0c213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c213e Color CSS Codes

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

#0c213e Text Font Color

<p style="color:#0c213e">Text here</p>

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


#0c213e Background Color

<div style="background-color:#0c213e">
Div content here</div>

This div background color is #0c213e


#0c213e Border Color

<div style="border:3px solid #0c213e">
Div here</div>

This div border color is #0c213e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,33,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c213e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c213e;
  -webkit-box-shadow: 1px 1px 3px 2px #0c213e;
  box-shadow:         1px 1px 3px 2px #0c213e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,33,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c213e


Comments

No comments written yet.

Please login to write comment.