Html Css Color HEX #085DAC Denim

📋 copy color: '#085DAC'

red 8 ◦ green 93 ◦ blue 172

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

Shades of Denim #085DAC

Tints of Denim #085DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

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

R = 2.93%
G = 34.07%
B = 63%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#085DAC (or 0x085DAC) is known color: Denim. HEX triplet: 08, 5D and AC. RGB value is (8,93,172). Sum of RGB (Red+Green+Blue) = 8+93+172=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #085DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DAC is #F7A253. Grayscale: #4C4C4C. Windows color (decimal): -16228948 or 11296008. OLE color: 11296008.

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

Color convert

RGB 8 93 172 -
CMYK 0.95 0.46 0 0.33
HSL 208.9º 0.91% 0.35% -
HSV(B) 208.9º 0.95% 0.67% -
XYZ 11.46 10.86 40.52 -
YUV 76.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 8 93 172 0.95 0.46 0 0.33 208.9 0.91 0.35
Hex 8 5D AC 5F 2E 0 21 D1 5B 23
Octal 10 135 254 137 56 0 41 321 133 43
Binary 1000 1011101 10101100 1011111 101110 0 100001 11010001 1011011 100011

Color Harmonies of #085DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DAC

Black with #085DAC

Text Example


Text Example

White with #085DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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