Html Css Color HEX #085896 Cobalt

📋 copy color: '#085896'

red 8 ◦ green 88 ◦ blue 150

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

Shades of Cobalt #085896

Tints of Cobalt #085896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 3.25%
G = 35.77%
B = 60.98%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#085896 (or 0x085896) is known color: Cobalt. HEX triplet: 08, 58 and 96. RGB value is (8,88,150). Sum of RGB (Red+Green+Blue) = 8+88+150=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #085896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085896 is #F7A769. Grayscale: #464646. Windows color (decimal): -16230250 or 9852936. OLE color: 9852936.

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

Color convert

RGB 8 88 150 -
CMYK 0.95 0.41 0 0.41
HSL 206.2º 0.9% 0.31% -
HSV(B) 206.2º 0.95% 0.59% -
XYZ 9.09 9.23 30.16 -
YUV 71.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 8 88 150 0.95 0.41 0 0.41 206.2 0.9 0.31
Hex 8 58 96 5F 29 0 29 CE 5A 1F
Octal 10 130 226 137 51 0 51 316 132 37
Binary 1000 1011000 10010110 1011111 101001 0 101001 11001110 1011010 11111

Color Harmonies of #085896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085896

Black with #085896

Text Example


Text Example

White with #085896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085896; }

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

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

background-color css

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

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

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

border-color css

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

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

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