Html Css Color HEX #085BA8 Cobalt

📋 copy color: '#085BA8'

red 8 ◦ green 91 ◦ blue 168

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

Shades of Cobalt #085BA8

Tints of Cobalt #085BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

 BLUE value IS 168 (66.02% from 255) = 62.92%

R = 3%
G = 34.08%
B = 62.92%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#085BA8 (or 0x085BA8) is known color: Cobalt. HEX triplet: 08, 5B and A8. RGB value is (8,91,168). Sum of RGB (Red+Green+Blue) = 8+91+168=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 168 (66.02% from 255 or 62.92% from 267); Max value from RGB is 168 - color contains mainly: blue. Hex color #085BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085BA8 is #F7A457. Grayscale: #4A4A4A. Windows color (decimal): -16229464 or 11033352. OLE color: 11033352.

HSL color Cylindrical-coordinate representation of color #085BA8: hue angle of 208.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085BA8 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 8 91 168 -
CMYK 0.95 0.46 0 0.34
HSL 208.88º 0.91% 0.35% -
HSV(B) 208.88º 0.95% 0.66% -
XYZ 10.91 10.36 38.47 -
YUV 74.96 180.5 80.24 -
System Red Green Blue C M Y K H S L
Decimal 8 91 168 0.95 0.46 0 0.34 208.88 0.91 0.35
Hex 8 5B A8 5F 2E 0 22 D1 5B 23
Octal 10 133 250 137 56 0 42 321 133 43
Binary 1000 1011011 10101000 1011111 101110 0 100010 11010001 1011011 100011

Color Harmonies of #085BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BA8

Black with #085BA8

Text Example


Text Example

White with #085BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085BA8; }

 p { color: rgb(8,91,168); }

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

background-color css

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

 a { background-color: rgb(8,91,168); }

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

border-color css

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

 span { border-color: rgb(8,91,168); }

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