Html Css Color HEX #085ABF Denim

📋 copy color: '#085ABF'

red 8 ◦ green 90 ◦ blue 191

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

Shades of Denim #085ABF

Tints of Denim #085ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

 BLUE value IS 191 (75% from 255) = 66.09%

R = 2.77%
G = 31.14%
B = 66.09%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#085ABF (or 0x085ABF) is known color: Denim. HEX triplet: 08, 5A and BF. RGB value is (8,90,191). Sum of RGB (Red+Green+Blue) = 8+90+191=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #085ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ABF is #F7A540. Grayscale: #4C4C4C. Windows color (decimal): -16229697 or 12540424. OLE color: 12540424.

HSL color Cylindrical-coordinate representation of color #085ABF: hue angle of 213.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ABF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 90 191 -
CMYK 0.96 0.53 0 0.25
HSL 213.11º 0.92% 0.39% -
HSV(B) 213.11º 0.96% 0.75% -
XYZ 13.16 11.13 50.74 -
YUV 77 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 8 90 191 0.96 0.53 0 0.25 213.11 0.92 0.39
Hex 8 5A BF 60 35 0 19 D5 5C 27
Octal 10 132 277 140 65 0 31 325 134 47
Binary 1000 1011010 10111111 1100000 110101 0 11001 11010101 1011100 100111

Color Harmonies of #085ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085ABF

Black with #085ABF

Text Example


Text Example

White with #085ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,90,191); }

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

background-color css

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

 a { background-color: rgb(8,90,191); }

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

border-color css

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

 span { border-color: rgb(8,90,191); }

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