#085ABF

Color #085ABF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #085ABF

Tints of Denim #085ABF

Color information

#085ABF (or 0x085ABF) is unknown color: approx 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

RGB890191-
CMYK0.960.5300.25
HSL213.11º91.96%39.02%-
HSV(B)213.11º95.81%74.9%-
XYZ13.1611.1350.74-
YUV77192.3378.79-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8901910.960.5300.25213.1191.9639.02
Hex85ABF6035019d55c27
Octal101322771406503132513447
Binary10001011010101111111100000110101011001110101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>