#08799D

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

Shades of Cerulean #08799D

Tints of Cerulean #08799D

Color information

#08799D (or 0x08799D) is unknown color: approx Cerulean. HEX triplet: 08, 79 and 9D. RGB value is (8,121,157). Sum of RGB (Red+Green+Blue) = 8+121+157=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #08799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08799D is #F78662. Grayscale: #5B5B5B. Windows color (decimal): -16221795 or 10320136. OLE color: 10320136.

HSL color Cylindrical-coordinate representation of color #08799D: hue angle of 194.5º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08799D is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8121157-
CMYK0.950.2300.38
HSL194.5º90.3%32.35%-
HSV(B)194.5º94.9%61.57%-
XYZ13.0216.1634.33-
YUV91.32165.0668.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=2.80%
G=42.31%
B=54.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81211570.950.2300.38194.590.332.35
Hex8799D5F17026c25a20
Octal101712351372704630213240
Binary10001111001100111011011111101110100110110000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08799D; }

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

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

<style>
 a { background-color: #08799D; }

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

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

<style>
 span { border-color: #08799D; }

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

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