#0C3B77

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

Shades of Dark Cerulean #0C3B77

Tints of Dark Cerulean #0C3B77

Color information

#0C3B77 (or 0x0C3B77) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 3B and 77. RGB value is (12,59,119). Sum of RGB (Red+Green+Blue) = 12+59+119=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C3B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3B77 is #F3C488. Grayscale: #333333. Windows color (decimal): -15975561 or 7813900. OLE color: 7813900.

HSL color Cylindrical-coordinate representation of color #0C3B77: hue angle of 213.64º 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 #0C3B77 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1259119-
CMYK0.900.5000.53
HSL213.64º81.68%25.69%-
HSV(B)213.64º89.92%46.67%-
XYZ5.054.5418.06-
YUV51.79165.9399.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 119 (46.88% from 255) = 62.63%
R=6.32%
G=31.05%
B=62.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12591190.900.5000.53213.6481.6825.69
HexC3B775A32035d6521a
Octal14731671326206532612232
Binary110011101111101111011010110010011010111010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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