Html Css Color HEX #085FA7 Denim

📋 copy color: '#085FA7'

red 8 ◦ green 95 ◦ blue 167

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

Shades of Denim #085FA7

Tints of Denim #085FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 61.85%

R = 2.96%
G = 35.19%
B = 61.85%

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

#085FA7 (or 0x085FA7) is known color: Denim. HEX triplet: 08, 5F and A7. RGB value is (8,95,167). Sum of RGB (Red+Green+Blue) = 8+95+167=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 167 (65.62% from 255 or 61.85% from 270); Max value from RGB is 167 - color contains mainly: blue. Hex color #085FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FA7 is #F7A058. Grayscale: #4C4C4C. Windows color (decimal): -16228441 or 10968840. OLE color: 10968840.

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

Color convert

RGB 8 95 167 -
CMYK 0.95 0.43 0 0.35
HSL 207.17º 0.91% 0.34% -
HSV(B) 207.17º 0.95% 0.65% -
XYZ 11.17 11.03 38.1 -
YUV 77.2 178.68 78.65 -
System Red Green Blue C M Y K H S L
Decimal 8 95 167 0.95 0.43 0 0.35 207.17 0.91 0.34
Hex 8 5F A7 5F 2B 0 23 CF 5B 22
Octal 10 137 247 137 53 0 43 317 133 42
Binary 1000 1011111 10100111 1011111 101011 0 100011 11001111 1011011 100010

Color Harmonies of #085FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FA7

Black with #085FA7

Text Example


Text Example

White with #085FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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