#08769D

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

Shades of Cerulean #08769D

Tints of Cerulean #08769D

Color information

#08769D (or 0x08769D) is unknown color: approx Cerulean. HEX triplet: 08, 76 and 9D. RGB value is (8,118,157). Sum of RGB (Red+Green+Blue) = 8+118+157=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #08769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08769D is #F78962. Grayscale: #595959. Windows color (decimal): -16222563 or 10319368. OLE color: 10319368.

HSL color Cylindrical-coordinate representation of color #08769D: hue angle of 195.7º 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 #08769D is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8118157-
CMYK0.950.2500.38
HSL195.7º90.3%32.35%-
HSV(B)195.7º94.9%61.57%-
XYZ12.6615.4434.21-
YUV89.56166.0669.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=2.83%
G=41.70%
B=55.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81181570.950.2500.38195.790.332.35
Hex8769D5F19026c45a20
Octal101662351373104630413240
Binary10001110110100111011011111110010100110110001001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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