#0C3477

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

Shades of Dark Cerulean #0C3477

Tints of Dark Cerulean #0C3477

Color information

#0C3477 (or 0x0C3477) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 34 and 77. RGB value is (12,52,119). Sum of RGB (Red+Green+Blue) = 12+52+119=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C3477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3477 is #F3CB88. Grayscale: #2F2F2F. Windows color (decimal): -15977353 or 7812108. OLE color: 7812108.

HSL color Cylindrical-coordinate representation of color #0C3477: hue angle of 217.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3477 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1252119-
CMYK0.900.5600.53
HSL217.57º81.68%25.69%-
HSV(B)217.57º89.92%46.67%-
XYZ4.713.8717.95-
YUV47.68168.25102.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=6.56%
G=28.42%
B=65.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12521190.900.5600.53217.5781.6825.69
HexC34775A38035da521a
Octal14641671327006533212232
Binary110011010011101111011010111000011010111011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,119); }

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

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

 a { background-color: rgb(12,52,119); }

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

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

 span { border-color: rgb(12,52,119); }

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