#0C427C

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

Shades of Dark Cerulean #0C427C

Tints of Dark Cerulean #0C427C

Color information

#0C427C (or 0x0C427C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 7C. RGB value is (12,66,124). Sum of RGB (Red+Green+Blue) = 12+66+124=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C427C is #F3BD83. Grayscale: #383838. Windows color (decimal): -15973764 or 8143372. OLE color: 8143372.

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

Color convert

RGB1266124-
CMYK0.900.4700.51
HSL211.07º82.35%26.67%-
HSV(B)211.07º90.32%48.63%-
XYZ5.745.4319.81-
YUV56.47166.1196.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=5.94%
G=32.67%
B=61.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12661240.900.4700.51211.0782.3526.67
HexC427C5A2F033d3521b
Octal141021741325706332312233
Binary1100100001011111001011010101111011001111010011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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