Html Css Color HEX #085EAB Denim

📋 copy color: '#085EAB'

red 8 ◦ green 94 ◦ blue 171

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

Shades of Denim #085EAB

Tints of Denim #085EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 2.93%
G = 34.43%
B = 62.64%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#085EAB (or 0x085EAB) is known color: Denim. HEX triplet: 08, 5E and AB. RGB value is (8,94,171). Sum of RGB (Red+Green+Blue) = 8+94+171=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #085EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085EAB is #F7A154. Grayscale: #4C4C4C. Windows color (decimal): -16228693 or 11230728. OLE color: 11230728.

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

Color convert

RGB 8 94 171 -
CMYK 0.95 0.45 0 0.33
HSL 208.34º 0.91% 0.35% -
HSV(B) 208.34º 0.95% 0.67% -
XYZ 11.45 11 40.05 -
YUV 77.06 181.01 78.74 -
System Red Green Blue C M Y K H S L
Decimal 8 94 171 0.95 0.45 0 0.33 208.34 0.91 0.35
Hex 8 5E AB 5F 2D 0 21 D0 5B 23
Octal 10 136 253 137 55 0 41 320 133 43
Binary 1000 1011110 10101011 1011111 101101 0 100001 11010000 1011011 100011

Color Harmonies of #085EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EAB

Black with #085EAB

Text Example


Text Example

White with #085EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,171); }

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

background-color css

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

 a { background-color: rgb(8,94,171); }

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

border-color css

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

 span { border-color: rgb(8,94,171); }

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