Html Css Color HEX #085EAE Denim

📋 copy color: '#085EAE'

red 8 ◦ green 94 ◦ blue 174

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

Shades of Denim #085EAE

Tints of Denim #085EAE

RGB

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

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

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

R = 2.9%
G = 34.06%
B = 63.04%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#085EAE (or 0x085EAE) is known color: Denim. HEX triplet: 08, 5E and AE. RGB value is (8,94,174). Sum of RGB (Red+Green+Blue) = 8+94+174=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #085EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085EAE is #F7A151. Grayscale: #4D4D4D. Windows color (decimal): -16228690 or 11427336. OLE color: 11427336.

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

Color convert

RGB 8 94 174 -
CMYK 0.95 0.46 0 0.32
HSL 208.92º 0.91% 0.36% -
HSV(B) 208.92º 0.95% 0.68% -
XYZ 11.74 11.11 41.57 -
YUV 77.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 8 94 174 0.95 0.46 0 0.32 208.92 0.91 0.36
Hex 8 5E AE 5F 2E 0 20 D1 5B 24
Octal 10 136 256 137 56 0 40 321 133 44
Binary 1000 1011110 10101110 1011111 101110 0 100000 11010001 1011011 100100

Color Harmonies of #085EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EAE

Black with #085EAE

Text Example


Text Example

White with #085EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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