#0C4790

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

Shades of Dark Cerulean #0C4790

Tints of Dark Cerulean #0C4790

Color information

#0C4790 (or 0x0C4790) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 47 and 90. RGB value is (12,71,144). Sum of RGB (Red+Green+Blue) = 12+71+144=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C4790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4790 is #F3B86F. Grayscale: #3D3D3D. Windows color (decimal): -15972464 or 9455372. OLE color: 9455372.

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

Color convert

RGB1271144-
CMYK0.920.5100.44
HSL213.18º84.62%30.59%-
HSV(B)213.18º91.67%56.47%-
XYZ7.446.627.27-
YUV61.68174.4592.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 144 (56.64% from 255) = 63.44%
R=5.29%
G=31.28%
B=63.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12711440.920.5100.44213.1884.6230.59
HexC47905C3302Cd5551f
Octal141072201346305432512537
Binary11001000111100100001011100110011010110011010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,144); }

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

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

 a { background-color: rgb(12,71,144); }

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

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

 span { border-color: rgb(12,71,144); }

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