#085BBE

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

Shades of Denim #085BBE

Tints of Denim #085BBE

Color information

#085BBE (or 0x085BBE) is unknown color: approx Denim. HEX triplet: 08, 5B and BE. RGB value is (8,91,190). Sum of RGB (Red+Green+Blue) = 8+91+190=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #085BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BBE is #F7A441. Grayscale: #4C4C4C. Windows color (decimal): -16229442 or 12475144. OLE color: 12475144.

HSL color Cylindrical-coordinate representation of color #085BBE: hue angle of 212.64º 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 #085BBE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB891190-
CMYK0.960.5200.25
HSL212.64º91.92%38.82%-
HSV(B)212.64º95.79%74.51%-
XYZ13.1411.2550.19-
YUV77.47191.578.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 65.74%
R=2.77%
G=31.49%
B=65.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8911900.960.5200.25212.6491.9238.82
Hex85BBE6034019d55c27
Octal101332761406403132513447
Binary10001011011101111101100000110100011001110101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,190); }

 H1.HeaderClassName
 {
   color: #085BBE;
 }
 .AnyTagClassName
 {
   color: #085BBE;
 }
</style>
background-color css

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

 a { background-color: rgb(8,91,190); }

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

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

 span { border-color: rgb(8,91,190); }

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