#085CBE

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

Shades of Denim #085CBE

Tints of Denim #085CBE

Color information

#085CBE (or 0x085CBE) is unknown color: approx Denim. HEX triplet: 08, 5C and BE. RGB value is (8,92,190). Sum of RGB (Red+Green+Blue) = 8+92+190=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #085CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CBE is #F7A341. Grayscale: #4D4D4D. Windows color (decimal): -16229186 or 12475400. OLE color: 12475400.

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

Color convert

RGB892190-
CMYK0.960.5200.25
HSL212.31º91.92%38.82%-
HSV(B)212.31º95.79%74.51%-
XYZ13.2211.4250.22-
YUV78.06191.1778.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.76%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=2.76%
G=31.72%
B=65.52%

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
Decimal8921900.960.5200.25212.3191.9238.82
Hex85CBE6034019d45c27
Octal101342761406403132413447
Binary10001011100101111101100000110100011001110101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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