#0C80A2

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

Shades of Cerulean #0C80A2

Tints of Cerulean #0C80A2

Color information

#0C80A2 (or 0x0C80A2) is unknown color: approx Cerulean. HEX triplet: 0C, 80 and A2. RGB value is (12,128,162). Sum of RGB (Red+Green+Blue) = 12+128+162=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 162 (63.67% from 255 or 53.64% from 302); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C80A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80A2 is #F37F5D. Grayscale: #606060. Windows color (decimal): -15957854 or 10649612. OLE color: 10649612.

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

Color convert

RGB12128162-
CMYK0.930.2100.36
HSL193.6º86.21%34.12%-
HSV(B)193.6º92.59%63.53%-
XYZ14.3918.1336.92-
YUV97.19164.5767.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.97%
GREEN value IS 128 (50.39% from 255) = 42.38%
BLUE value IS 162 (63.67% from 255) = 53.64%
R=3.97%
G=42.38%
B=53.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121281620.930.2100.36193.686.2134.12
HexC80A25D15024c25622
Octal142002421352504430212642
Binary110010000000101000101011101101010100100110000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,128,162); }

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

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

 a { background-color: rgb(12,128,162); }

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

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

 span { border-color: rgb(12,128,162); }

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