Html Css Color HEX #085597 Cobalt

📋 copy color: '#085597'

red 8 ◦ green 85 ◦ blue 151

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

Shades of Cobalt #085597

Tints of Cobalt #085597

RGB

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

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

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

R = 3.28%
G = 34.84%
B = 61.89%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085597 (or 0x085597) is known color: Cobalt. HEX triplet: 08, 55 and 97. RGB value is (8,85,151). Sum of RGB (Red+Green+Blue) = 8+85+151=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #085597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085597 is #F7AA68. Grayscale: #454545. Windows color (decimal): -16231017 or 9917704. OLE color: 9917704.

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

Color convert

RGB 8 85 151 -
CMYK 0.95 0.44 0 0.41
HSL 207.69º 0.9% 0.31% -
HSV(B) 207.69º 0.95% 0.59% -
XYZ 8.93 8.78 30.5 -
YUV 69.5 173.99 84.13 -
System Red Green Blue C M Y K H S L
Decimal 8 85 151 0.95 0.44 0 0.41 207.69 0.9 0.31
Hex 8 55 97 5F 2C 0 29 D0 5A 1F
Octal 10 125 227 137 54 0 51 320 132 37
Binary 1000 1010101 10010111 1011111 101100 0 101001 11010000 1011010 11111

Color Harmonies of #085597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085597

Black with #085597

Text Example


Text Example

White with #085597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085597; }

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

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

background-color css

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

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

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

border-color css

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

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

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