#0C6EA4

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

Shades of Cerulean #0C6EA4

Tints of Cerulean #0C6EA4

Color information

#0C6EA4 (or 0x0C6EA4) is unknown color: approx Cerulean. HEX triplet: 0C, 6E and A4. RGB value is (12,110,164). Sum of RGB (Red+Green+Blue) = 12+110+164=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C6EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6EA4 is #F3915B. Grayscale: #565656. Windows color (decimal): -15962460 or 10776076. OLE color: 10776076.

HSL color Cylindrical-coordinate representation of color #0C6EA4: hue angle of 201.32º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6EA4 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12110164-
CMYK0.930.3300.36
HSL201.32º86.36%34.51%-
HSV(B)201.32º92.68%64.31%-
XYZ12.4313.9137.15-
YUV86.85171.5374.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.20%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 57.34%
R=4.20%
G=38.46%
B=57.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121101640.930.3300.36201.3286.3634.51
HexC6EA45D21024c95623
Octal141562441354104431112643
Binary110011011101010010010111011000010100100110010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,110,164); }

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

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

 a { background-color: rgb(12,110,164); }

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

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

 span { border-color: rgb(12,110,164); }

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