Color Hex Logo

#0c438b Color Hex

#0C438B
(12,67,139)
0 Favorites   0 Comments

Color spaces of #0c438b

RGB 1267139
HSL0.590.840.30
HSV214°91°55°
CMYK 0.910.520.00   0.45
XYZ6.81905.956625.2164
Yxy5.95660.17950.1568
Hunter Lab24.40617.1616-44.1741
CIE-Lab29.302712.4908-44.7124

#0c438b color RGB value is (12,67,139).

#0c438b hex color red value is 12, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #0c438b hue: 0.59 , saturation: 0.84 and the lightness value of 0c438b is 0.30.

The process color (four color CMYK) of #0c438b color hex is 0.91, 0.52, 0.00, 0.45. Web safe color of #0c438b is #003399. Color #0c438b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000011 10001011
Octal 14 103 213
Decimal 12 67 139
Hex C 43 8B

RGB Percentages of Color #0c438b

%5.50
%30.73
%63.76

CMYK Percentages of Color #0c438b

%91
%52
%0
%45

Triadic Colors of #0c438b

#0c438b #8b0c43 #438b0c

Analogous Colors of #0c438b

#0c438b #140c8b #0c838b

Monochromatic Colors of #0c438b

#0c438b

Complementary Color

#0c438b #8b540c

#0c438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c438b Color CSS Codes

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

#0c438b Text Font Color

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

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


#0c438b Background Color

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

This div background color is #0c438b


#0c438b Border Color

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

This div border color is #0c438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c438b


Comments

No comments written yet.

Please login to write comment.