Html Css Color HEX #085797 Cobalt

📋 copy color: '#085797'

red 8 ◦ green 87 ◦ blue 151

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

Shades of Cobalt #085797

Tints of Cobalt #085797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

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

R = 3.25%
G = 35.37%
B = 61.38%

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

#085797 (or 0x085797) is known color: Cobalt. HEX triplet: 08, 57 and 97. RGB value is (8,87,151). Sum of RGB (Red+Green+Blue) = 8+87+151=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #085797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085797 is #F7A868. Grayscale: #464646. Windows color (decimal): -16230505 or 9918216. OLE color: 9918216.

HSL color Cylindrical-coordinate representation of color #085797: hue angle of 206.85º 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 #085797 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 87 151 -
CMYK 0.95 0.42 0 0.41
HSL 206.85º 0.9% 0.31% -
HSV(B) 206.85º 0.95% 0.59% -
XYZ 9.09 9.1 30.56 -
YUV 70.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 8 87 151 0.95 0.42 0 0.41 206.85 0.9 0.31
Hex 8 57 97 5F 2A 0 29 CF 5A 1F
Octal 10 127 227 137 52 0 51 317 132 37
Binary 1000 1010111 10010111 1011111 101010 0 101001 11001111 1011010 11111

Color Harmonies of #085797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085797

Black with #085797

Text Example


Text Example

White with #085797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085797; }

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

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

background-color css

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

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

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

border-color css

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

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

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