#08589B

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

Shades of Cobalt #08589B

Tints of Cobalt #08589B

Color information

#08589B (or 0x08589B) is unknown color: approx Cobalt. HEX triplet: 08, 58 and 9B. RGB value is (8,88,155). Sum of RGB (Red+Green+Blue) = 8+88+155=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #08589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08589B is #F7A764. Grayscale: #474747. Windows color (decimal): -16230245 or 10180616. OLE color: 10180616.

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

Color convert

RGB888155-
CMYK0.950.4300.39
HSL207.35º90.18%31.96%-
HSV(B)207.35º94.84%60.78%-
XYZ9.519.432.32-
YUV71.7217582.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=3.19%
G=35.06%
B=61.75%

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
Decimal8881550.950.4300.39207.3590.1831.96
Hex8589B5F2B027cf5a20
Octal101302331375304731713240
Binary100010110001001101110111111010110100111110011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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