Html Css Color HEX #085897 Cobalt

📋 copy color: '#085897'

red 8 ◦ green 88 ◦ blue 151

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

Shades of Cobalt #085897

Tints of Cobalt #085897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 3.24%
G = 35.63%
B = 61.13%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085897 (or 0x085897) is known color: Cobalt. HEX triplet: 08, 58 and 97. RGB value is (8,88,151). Sum of RGB (Red+Green+Blue) = 8+88+151=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #085897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085897 is #F7A768. Grayscale: #464646. Windows color (decimal): -16230249 or 9918472. OLE color: 9918472.

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

Color convert

RGB 8 88 151 -
CMYK 0.95 0.42 0 0.41
HSL 206.43º 0.9% 0.31% -
HSV(B) 206.43º 0.95% 0.59% -
XYZ 9.18 9.27 30.58 -
YUV 71.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 8 88 151 0.95 0.42 0 0.41 206.43 0.9 0.31
Hex 8 58 97 5F 2A 0 29 CE 5A 1F
Octal 10 130 227 137 52 0 51 316 132 37
Binary 1000 1011000 10010111 1011111 101010 0 101001 11001110 1011010 11111

Color Harmonies of #085897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085897

Black with #085897

Text Example


Text Example

White with #085897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085897; }

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

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

background-color css

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

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

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

border-color css

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

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

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