#0c427e

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

Shades of Dark Cerulean #0C427E

Tints of Dark Cerulean #0C427E

Color information

#0C427E (or 0x0C427E) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 7E. RGB value is (12,66,126). Sum of RGB (Red+Green+Blue) = 12+66+126=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C427E is #F3BD81. Grayscale: #383838. Windows color (decimal): -15973762 or 8274444. OLE color: 8274444.

HSL color Cylindrical-coordinate representation of color #0C427E: hue angle of 211.58º degrees, saturation: 0.83, 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 #0C427E is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1266126-
CMYK0.900.4800.51
HSL211.58º82.61%27.06%-
HSV(B)211.58º90.48%49.41%-
XYZ5.875.4820.49-
YUV56.69167.1196.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.88%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 126 (49.61% from 255) = 61.76%
R=5.88%
G=32.35%
B=61.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12661260.900.4800.51211.5882.6127.06
HexC427E5A30033d4531b
Octal141021761326006332412333
Binary1100100001011111101011010110000011001111010100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c427e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,126); }

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

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

 a { background-color: rgb(12,66,126); }

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

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

 span { border-color: rgb(12,66,126); }

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