Html Css Color HEX #085197 Cobalt

📋 copy color: '#085197'

red 8 ◦ green 81 ◦ blue 151

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

Shades of Cobalt #085197

Tints of Cobalt #085197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

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

R = 3.33%
G = 33.75%
B = 62.92%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085197 (or 0x085197) is known color: Cobalt. HEX triplet: 08, 51 and 97. RGB value is (8,81,151). Sum of RGB (Red+Green+Blue) = 8+81+151=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #085197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085197 is #F7AE68. Grayscale: #424242. Windows color (decimal): -16232041 or 9916680. OLE color: 9916680.

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

Color convert

RGB 8 81 151 -
CMYK 0.95 0.46 0 0.41
HSL 209.37º 0.9% 0.31% -
HSV(B) 209.37º 0.95% 0.59% -
XYZ 8.63 8.17 30.4 -
YUV 67.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 8 81 151 0.95 0.46 0 0.41 209.37 0.9 0.31
Hex 8 51 97 5F 2E 0 29 D1 5A 1F
Octal 10 121 227 137 56 0 51 321 132 37
Binary 1000 1010001 10010111 1011111 101110 0 101001 11010001 1011010 11111

Color Harmonies of #085197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085197

Black with #085197

Text Example


Text Example

White with #085197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085197; }

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

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

background-color css

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

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

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

border-color css

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

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

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