#08599B

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

Shades of Cobalt #08599B

Tints of Cobalt #08599B

Color information

#08599B (or 0x08599B) is unknown color: approx Cobalt. HEX triplet: 08, 59 and 9B. RGB value is (8,89,155). Sum of RGB (Red+Green+Blue) = 8+89+155=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #08599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08599B is #F7A664. Grayscale: #474747. Windows color (decimal): -16229989 or 10180872. OLE color: 10180872.

HSL color Cylindrical-coordinate representation of color #08599B: hue angle of 206.94º 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 #08599B is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB889155-
CMYK0.950.4300.39
HSL206.94º90.18%31.96%-
HSV(B)206.94º94.84%60.78%-
XYZ9.599.5632.35-
YUV72.31174.6682.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.17%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=3.17%
G=35.32%
B=61.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8891550.950.4300.39206.9490.1831.96
Hex8599B5F2B027cf5a20
Octal101312331375304731713240
Binary100010110011001101110111111010110100111110011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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