#0C79AB

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

Shades of Cerulean #0C79AB

Tints of Cerulean #0C79AB

Color information

#0C79AB (or 0x0C79AB) is unknown color: approx Cerulean. HEX triplet: 0C, 79 and AB. RGB value is (12,121,171). Sum of RGB (Red+Green+Blue) = 12+121+171=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C79AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C79AB is #F38654. Grayscale: #5D5D5D. Windows color (decimal): -15959637 or 11237644. OLE color: 11237644.

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

Color convert

RGB12121171-
CMYK0.930.2900.33
HSL198.87º86.89%35.88%-
HSV(B)198.87º92.98%67.06%-
XYZ14.3416.6940.99-
YUV94.11171.3969.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=3.95%
G=39.80%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121211710.930.2900.33198.8786.8935.88
HexC79AB5D1D021c75724
Octal141712531353504130712744
Binary11001111001101010111011101111010100001110001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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