Html Css Color HEX #085AAE Denim

📋 copy color: '#085AAE'

red 8 ◦ green 90 ◦ blue 174

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

Shades of Denim #085AAE

Tints of Denim #085AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.97%

R = 2.94%
G = 33.09%
B = 63.97%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#085AAE (or 0x085AAE) is known color: Denim. HEX triplet: 08, 5A and AE. RGB value is (8,90,174). Sum of RGB (Red+Green+Blue) = 8+90+174=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #085AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085AAE is #F7A551. Grayscale: #4A4A4A. Windows color (decimal): -16229714 or 11426312. OLE color: 11426312.

HSL color Cylindrical-coordinate representation of color #085AAE: hue angle of 210.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085AAE is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 90 174 -
CMYK 0.95 0.48 0 0.32
HSL 210.36º 0.91% 0.36% -
HSV(B) 210.36º 0.95% 0.68% -
XYZ 11.4 10.42 41.46 -
YUV 75.06 183.83 80.17 -
System Red Green Blue C M Y K H S L
Decimal 8 90 174 0.95 0.48 0 0.32 210.36 0.91 0.36
Hex 8 5A AE 5F 30 0 20 D2 5B 24
Octal 10 132 256 137 60 0 40 322 133 44
Binary 1000 1011010 10101110 1011111 110000 0 100000 11010010 1011011 100100

Color Harmonies of #085AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085AAE

Black with #085AAE

Text Example


Text Example

White with #085AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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