#0C478D

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

Shades of Dark Cerulean #0C478D

Tints of Dark Cerulean #0C478D

Color information

#0C478D (or 0x0C478D) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 47 and 8D. RGB value is (12,71,141). Sum of RGB (Red+Green+Blue) = 12+71+141=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C478D is #F3B872. Grayscale: #3D3D3D. Windows color (decimal): -15972467 or 9258764. OLE color: 9258764.

HSL color Cylindrical-coordinate representation of color #0C478D: hue angle of 212.56º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C478D is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1271141-
CMYK0.910.5000.45
HSL212.56º84.31%30%-
HSV(B)212.56º91.49%55.29%-
XYZ7.216.5126.08-
YUV61.34172.9592.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=5.36%
G=31.70%
B=62.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12711410.910.5000.45212.5684.3130
HexC478D5B3202Dd5541e
Octal141072151336205532512436
Binary11001000111100011011011011110010010110111010101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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