Html Css Color HEX #08559F Cobalt

📋 copy color: '#08559F'

red 8 ◦ green 85 ◦ blue 159

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

Shades of Cobalt #08559F

Tints of Cobalt #08559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 3.17%
G = 33.73%
B = 63.1%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08559F (or 0x08559F) is known color: Cobalt. HEX triplet: 08, 55 and 9F. RGB value is (8,85,159). Sum of RGB (Red+Green+Blue) = 8+85+159=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #08559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08559F is #F7AA60. Grayscale: #464646. Windows color (decimal): -16231009 or 10441992. OLE color: 10441992.

HSL color Cylindrical-coordinate representation of color #08559F: hue angle of 209.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08559F is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 85 159 -
CMYK 0.95 0.47 0 0.38
HSL 209.4º 0.9% 0.33% -
HSV(B) 209.4º 0.95% 0.62% -
XYZ 9.61 9.05 34.04 -
YUV 70.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 8 85 159 0.95 0.47 0 0.38 209.4 0.9 0.33
Hex 8 55 9F 5F 2F 0 26 D1 5A 21
Octal 10 125 237 137 57 0 46 321 132 41
Binary 1000 1010101 10011111 1011111 101111 0 100110 11010001 1011010 100001

Color Harmonies of #08559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08559F

Black with #08559F

Text Example


Text Example

White with #08559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08559F; }

 p { color: rgb(8,85,159); }

 H1.HeaderClassName
 {
   color: #08559F;
 }
 .AnyTagClassName
 {
   color: #08559F;
 }
</style>

background-color css

<style>
 a { background-color: #08559F; }

 a { background-color: rgb(8,85,159); }

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

border-color css

<style>
 span { border-color: #08559F; }

 span { border-color: rgb(8,85,159); }

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