Html Css Color HEX #085FA6 Denim

📋 copy color: '#085FA6'

red 8 ◦ green 95 ◦ blue 166

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

Shades of Denim #085FA6

Tints of Denim #085FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.32%

 BLUE value IS 166 (65.23% from 255) = 61.71%

R = 2.97%
G = 35.32%
B = 61.71%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#085FA6 (or 0x085FA6) is known color: Denim. HEX triplet: 08, 5F and A6. RGB value is (8,95,166). Sum of RGB (Red+Green+Blue) = 8+95+166=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #085FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FA6 is #F7A059. Grayscale: #4C4C4C. Windows color (decimal): -16228442 or 10903304. OLE color: 10903304.

HSL color Cylindrical-coordinate representation of color #085FA6: hue angle of 206.96º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085FA6 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 95 166 -
CMYK 0.95 0.43 0 0.35
HSL 206.96º 0.91% 0.34% -
HSV(B) 206.96º 0.95% 0.65% -
XYZ 11.08 10.99 37.61 -
YUV 77.08 178.18 78.73 -
System Red Green Blue C M Y K H S L
Decimal 8 95 166 0.95 0.43 0 0.35 206.96 0.91 0.34
Hex 8 5F A6 5F 2B 0 23 CF 5B 22
Octal 10 137 246 137 53 0 43 317 133 42
Binary 1000 1011111 10100110 1011111 101011 0 100011 11001111 1011011 100010

Color Harmonies of #085FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FA6

Black with #085FA6

Text Example


Text Example

White with #085FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,95,166); }

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

background-color css

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

 a { background-color: rgb(8,95,166); }

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

border-color css

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

 span { border-color: rgb(8,95,166); }

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