#0C799C

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

Shades of Cerulean #0C799C

Tints of Cerulean #0C799C

Color information

#0C799C (or 0x0C799C) is unknown color: approx Cerulean. HEX triplet: 0C, 79 and 9C. RGB value is (12,121,156). Sum of RGB (Red+Green+Blue) = 12+121+156=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C799C is #F38663. Grayscale: #5C5C5C. Windows color (decimal): -15959652 or 10254604. OLE color: 10254604.

HSL color Cylindrical-coordinate representation of color #0C799C: hue angle of 194.58º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C799C is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12121156-
CMYK0.920.2200.39
HSL194.58º85.71%32.94%-
HSV(B)194.58º92.31%61.18%-
XYZ12.9916.1533.89-
YUV92.4163.8970.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=4.15%
G=41.87%
B=53.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121211560.920.2200.39194.5885.7132.94
HexC799C5C16027c35621
Octal141712341342604730312641
Binary11001111001100111001011100101100100111110000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,121,156); }

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

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

 a { background-color: rgb(12,121,156); }

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

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

 span { border-color: rgb(12,121,156); }

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