Html Css Color HEX #08599B Cobalt

📋 copy color: '#08599B'

red 8 ◦ green 89 ◦ blue 155

#08599B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #08599B

Tints of Cobalt #08599B

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 value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08599B (or 0x08599B) is known color: 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

RGB 8 89 155 -
CMYK 0.95 0.43 0 0.39
HSL 206.94º 0.9% 0.32% -
HSV(B) 206.94º 0.95% 0.61% -
XYZ 9.59 9.56 32.35 -
YUV 72.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 8 89 155 0.95 0.43 0 0.39 206.94 0.9 0.32
Hex 8 59 9B 5F 2B 0 27 CF 5A 20
Octal 10 131 233 137 53 0 47 317 132 40
Binary 1000 1011001 10011011 1011111 101011 0 100111 11001111 1011010 100000

Color Harmonies of #08599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08599B

Black with #08599B

Text Example


Text Example

White with #08599B

Text Example


Text Example

HTML Codes & Css Web 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>