Html Css Color HEX #085AAC Cobalt

📋 copy color: '#085AAC'

red 8 ◦ green 90 ◦ blue 172

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

Shades of Cobalt #085AAC

Tints of Cobalt #085AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.33%

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 2.96%
G = 33.33%
B = 63.7%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#085AAC (or 0x085AAC) is known color: Cobalt. HEX triplet: 08, 5A and AC. RGB value is (8,90,172). Sum of RGB (Red+Green+Blue) = 8+90+172=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #085AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085AAC is #F7A553. Grayscale: #4A4A4A. Windows color (decimal): -16229716 or 11295240. OLE color: 11295240.

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

Color convert

RGB 8 90 172 -
CMYK 0.95 0.48 0 0.33
HSL 210º 0.91% 0.35% -
HSV(B) 210º 0.95% 0.67% -
XYZ 11.2 10.34 40.44 -
YUV 74.83 182.83 80.33 -
System Red Green Blue C M Y K H S L
Decimal 8 90 172 0.95 0.48 0 0.33 210 0.91 0.35
Hex 8 5A AC 5F 30 0 21 D2 5B 23
Octal 10 132 254 137 60 0 41 322 133 43
Binary 1000 1011010 10101100 1011111 110000 0 100001 11010010 1011011 100011

Color Harmonies of #085AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AAC

Black with #085AAC

Text Example


Text Example

White with #085AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,172); }

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

background-color css

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

 a { background-color: rgb(8,90,172); }

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

border-color css

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

 span { border-color: rgb(8,90,172); }

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