Html Css Color HEX #085899 Cobalt

📋 copy color: '#085899'

red 8 ◦ green 88 ◦ blue 153

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

Shades of Cobalt #085899

Tints of Cobalt #085899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

 BLUE value IS 153 (60.16% from 255) = 61.45%

R = 3.21%
G = 35.34%
B = 61.45%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#085899 (or 0x085899) is known color: Cobalt. HEX triplet: 08, 58 and 99. RGB value is (8,88,153). Sum of RGB (Red+Green+Blue) = 8+88+153=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #085899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085899 is #F7A766. Grayscale: #474747. Windows color (decimal): -16230247 or 10049544. OLE color: 10049544.

HSL color Cylindrical-coordinate representation of color #085899: hue angle of 206.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085899 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 88 153 -
CMYK 0.95 0.42 0 0.4
HSL 206.9º 0.9% 0.32% -
HSV(B) 206.9º 0.95% 0.6% -
XYZ 9.34 9.33 31.45 -
YUV 71.49 174 82.71 -
System Red Green Blue C M Y K H S L
Decimal 8 88 153 0.95 0.42 0 0.4 206.9 0.9 0.32
Hex 8 58 99 5F 2A 0 28 CF 5A 20
Octal 10 130 231 137 52 0 50 317 132 40
Binary 1000 1011000 10011001 1011111 101010 0 101000 11001111 1011010 100000

Color Harmonies of #085899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085899

Black with #085899

Text Example


Text Example

White with #085899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085899; }

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

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

background-color css

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

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

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

border-color css

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

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

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