#08659B

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

Shades of Cerulean #08659B

Tints of Cerulean #08659B

Color information

#08659B (or 0x08659B) is unknown color: approx Cerulean. HEX triplet: 08, 65 and 9B. RGB value is (8,101,155). Sum of RGB (Red+Green+Blue) = 8+101+155=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #08659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08659B is #F79A64. Grayscale: #4F4F4F. Windows color (decimal): -16226917 or 10183944. OLE color: 10183944.

HSL color Cylindrical-coordinate representation of color #08659B: hue angle of 202.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08659B is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8101155-
CMYK0.950.3500.39
HSL202.04º90.18%31.96%-
HSV(B)202.04º94.84%60.78%-
XYZ10.6711.7332.71-
YUV79.35170.6977.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.03%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=3.03%
G=38.26%
B=58.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81011550.950.3500.39202.0490.1831.96
Hex8659B5F23027ca5a20
Octal101452331374304731213240
Binary100011001011001101110111111000110100111110010101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08659B; }

 p { color: rgb(8,101,155); }

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

<style>
 a { background-color: #08659B; }

 a { background-color: rgb(8,101,155); }

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

<style>
 span { border-color: #08659B; }

 span { border-color: rgb(8,101,155); }

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