Html Css Color HEX #085BAA Cobalt

📋 copy color: '#085BAA'

red 8 ◦ green 91 ◦ blue 170

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

Shades of Cobalt #085BAA

Tints of Cobalt #085BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 2.97%
G = 33.83%
B = 63.2%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#085BAA (or 0x085BAA) is known color: Cobalt. HEX triplet: 08, 5B and AA. RGB value is (8,91,170). Sum of RGB (Red+Green+Blue) = 8+91+170=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #085BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085BAA is #F7A455. Grayscale: #4A4A4A. Windows color (decimal): -16229462 or 11164424. OLE color: 11164424.

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

Color convert

RGB 8 91 170 -
CMYK 0.95 0.46 0 0.33
HSL 209.26º 0.91% 0.35% -
HSV(B) 209.26º 0.95% 0.67% -
XYZ 11.1 10.44 39.46 -
YUV 75.19 181.5 80.08 -
System Red Green Blue C M Y K H S L
Decimal 8 91 170 0.95 0.46 0 0.33 209.26 0.91 0.35
Hex 8 5B AA 5F 2E 0 21 D1 5B 23
Octal 10 133 252 137 56 0 41 321 133 43
Binary 1000 1011011 10101010 1011111 101110 0 100001 11010001 1011011 100011

Color Harmonies of #085BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085BAA

Black with #085BAA

Text Example


Text Example

White with #085BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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