Html Css Color HEX #085EAC Denim

📋 copy color: '#085EAC'

red 8 ◦ green 94 ◦ blue 172

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

Shades of Denim #085EAC

Tints of Denim #085EAC

RGB

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

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

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

R = 2.92%
G = 34.31%
B = 62.77%

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

#085EAC (or 0x085EAC) is known color: Denim. HEX triplet: 08, 5E and AC. RGB value is (8,94,172). Sum of RGB (Red+Green+Blue) = 8+94+172=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #085EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085EAC is #F7A153. Grayscale: #4C4C4C. Windows color (decimal): -16228692 or 11296264. OLE color: 11296264.

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

Color convert

RGB 8 94 172 -
CMYK 0.95 0.45 0 0.33
HSL 208.54º 0.91% 0.35% -
HSV(B) 208.54º 0.95% 0.67% -
XYZ 11.55 11.04 40.55 -
YUV 77.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 8 94 172 0.95 0.45 0 0.33 208.54 0.91 0.35
Hex 8 5E AC 5F 2D 0 21 D1 5B 23
Octal 10 136 254 137 55 0 41 321 133 43
Binary 1000 1011110 10101100 1011111 101101 0 100001 11010001 1011011 100011

Color Harmonies of #085EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EAC

Black with #085EAC

Text Example


Text Example

White with #085EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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