#0c799d

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

Shades of Cerulean #0C799D

Tints of Cerulean #0C799D

Color information

#0C799D (or 0x0C799D) is unknown color: approx Cerulean. HEX triplet: 0C, 79 and 9D. RGB value is (12,121,157). Sum of RGB (Red+Green+Blue) = 12+121+157=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C799D is #F38662. Grayscale: #5C5C5C. Windows color (decimal): -15959651 or 10320140. OLE color: 10320140.

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

Color convert

RGB12121157-
CMYK0.920.2300.38
HSL194.9º85.8%33.14%-
HSV(B)194.9º92.36%61.57%-
XYZ13.0716.1934.33-
YUV92.51164.3970.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=4.14%
G=41.72%
B=54.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121211570.920.2300.38194.985.833.14
HexC799D5C17026c35621
Octal141712351342704630312641
Binary11001111001100111011011100101110100110110000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c799d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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