#0C4781

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

Shades of Dark Cerulean #0C4781

Tints of Dark Cerulean #0C4781

Color information

#0C4781 (or 0x0C4781) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 47 and 81. RGB value is (12,71,129). Sum of RGB (Red+Green+Blue) = 12+71+129=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #0C4781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4781 is #F3B87E. Grayscale: #3B3B3B. Windows color (decimal): -15972479 or 8472332. OLE color: 8472332.

HSL color Cylindrical-coordinate representation of color #0C4781: hue angle of 209.74º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4781 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1271129-
CMYK0.910.4500.49
HSL209.74º82.98%27.65%-
HSV(B)209.74º90.7%50.59%-
XYZ6.376.1721.62-
YUV59.97166.9593.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=5.66%
G=33.49%
B=60.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12711290.910.4500.49209.7482.9827.65
HexC47815B2D031d2531c
Octal141072011335506132212334
Binary11001000111100000011011011101101011000111010010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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