#0C4A8E

Color #0C4A8E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0C4A8E

Tints of Dark Cerulean #0C4A8E

Color information

#0C4A8E (or 0x0C4A8E) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4A and 8E. RGB value is (12,74,142). Sum of RGB (Red+Green+Blue) = 12+74+142=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C4A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A8E is #F3B571. Grayscale: #3E3E3E. Windows color (decimal): -15971698 or 9325068. OLE color: 9325068.

HSL color Cylindrical-coordinate representation of color #0C4A8E: hue angle of 211.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4A8E is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1274142-
CMYK0.920.4800.44
HSL211.38º84.42%30.2%-
HSV(B)211.38º91.55%55.69%-
XYZ7.486.9326.53-
YUV63.21172.4691.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=5.26%
G=32.46%
B=62.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12741420.920.4800.44211.3884.4230.2
HexC4A8E5C3002Cd3541e
Octal141122161346005432312436
Binary11001001010100011101011100110000010110011010011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4A8E; }

 p { color: rgb(12,74,142); }

 H1.HeaderClassName
 {
   color: #0C4A8E;
 }
 .AnyTagClassName
 {
   color: #0C4A8E;
 }
</style>
background-color css

<style>
 a { background-color: #0C4A8E; }

 a { background-color: rgb(12,74,142); }

 div.DivClassName
 {
   background-color: #0C4A8E;
 }
 .BgClassName
 {
   background-color: #0C4A8E;
 }
</style>
border-color css

<style>
 span { border-color: #0C4A8E; }

 span { border-color: rgb(12,74,142); }

 td.TdClassName
 {
   border-color: #0C4A8E;
 }
 .TagClassName
 {
   border-color: #0C4A8E;
 }
</style>