Html Css Color HEX #08599C Cobalt

📋 copy color: '#08599C'

red 8 ◦ green 89 ◦ blue 156

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

Shades of Cobalt #08599C

Tints of Cobalt #08599C

RGB

 RED value IS 8 (3.52% from 255) = 3.16%

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 3.16%
G = 35.18%
B = 61.66%

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

#08599C (or 0x08599C) is known color: Cobalt. HEX triplet: 08, 59 and 9C. RGB value is (8,89,156). Sum of RGB (Red+Green+Blue) = 8+89+156=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #08599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08599C is #F7A663. Grayscale: #484848. Windows color (decimal): -16229988 or 10246408. OLE color: 10246408.

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

Color convert

RGB 8 89 156 -
CMYK 0.95 0.43 0 0.39
HSL 207.16º 0.9% 0.32% -
HSV(B) 207.16º 0.95% 0.61% -
XYZ 9.67 9.6 32.8 -
YUV 72.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 8 89 156 0.95 0.43 0 0.39 207.16 0.9 0.32
Hex 8 59 9C 5F 2B 0 27 CF 5A 20
Octal 10 131 234 137 53 0 47 317 132 40
Binary 1000 1011001 10011100 1011111 101011 0 100111 11001111 1011010 100000

Color Harmonies of #08599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08599C

Black with #08599C

Text Example


Text Example

White with #08599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08599C;
 }
 .AnyTagClassName
 {
   color: #08599C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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