#0859B4

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

Shades of Denim #0859B4

Tints of Denim #0859B4

Color information

#0859B4 (or 0x0859B4) is unknown color: approx Denim. HEX triplet: 08, 59 and B4. RGB value is (8,89,180). Sum of RGB (Red+Green+Blue) = 8+89+180=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #0859B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859B4 is #F7A64B. Grayscale: #4A4A4A. Windows color (decimal): -16229964 or 11819272. OLE color: 11819272.

HSL color Cylindrical-coordinate representation of color #0859B4: hue angle of 211.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859B4 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB889180-
CMYK0.960.5100.29
HSL211.74º91.49%36.86%-
HSV(B)211.74º95.56%70.59%-
XYZ11.9110.4944.58-
YUV75.16187.1680.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 180 (70.70% from 255) = 64.98%
R=2.89%
G=32.13%
B=64.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8891800.960.5100.29211.7491.4936.86
Hex859B4603301Dd45b25
Octal101312641406303532413345
Binary10001011001101101001100000110011011101110101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0859B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0859B4; }

 p { color: rgb(8,89,180); }

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

<style>
 a { background-color: #0859B4; }

 a { background-color: rgb(8,89,180); }

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

<style>
 span { border-color: #0859B4; }

 span { border-color: rgb(8,89,180); }

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