#0C337C

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

Shades of Dark Cerulean #0C337C

Tints of Dark Cerulean #0C337C

Color information

#0C337C (or 0x0C337C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 33 and 7C. RGB value is (12,51,124). Sum of RGB (Red+Green+Blue) = 12+51+124=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C337C is #F3CC83. Grayscale: #2F2F2F. Windows color (decimal): -15977604 or 8139532. OLE color: 8139532.

HSL color Cylindrical-coordinate representation of color #0C337C: hue angle of 219.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C337C is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1251124-
CMYK0.900.5900.51
HSL219.11º82.35%26.67%-
HSV(B)219.11º90.32%48.63%-
XYZ4.973.919.56-
YUV47.66171.08102.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=6.42%
G=27.27%
B=66.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511240.900.5900.51219.1182.3526.67
HexC337C5A3B033db521b
Octal14631741327306333312233
Binary110011001111111001011010111011011001111011011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,124); }

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

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

 a { background-color: rgb(12,51,124); }

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

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

 span { border-color: rgb(12,51,124); }

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