#0859BC

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

Shades of Denim #0859BC

Tints of Denim #0859BC

Color information

#0859BC (or 0x0859BC) is unknown color: approx Denim. HEX triplet: 08, 59 and BC. RGB value is (8,89,188). Sum of RGB (Red+Green+Blue) = 8+89+188=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #0859BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859BC is #F7A643. Grayscale: #4B4B4B. Windows color (decimal): -16229956 or 12343560. OLE color: 12343560.

HSL color Cylindrical-coordinate representation of color #0859BC: hue angle of 213º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859BC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB889188-
CMYK0.960.5300.26
HSL213º91.84%38.43%-
HSV(B)213º95.74%73.73%-
XYZ12.7510.8348.99-
YUV76.07191.1679.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 188 (73.83% from 255) = 65.96%
R=2.81%
G=31.23%
B=65.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8891880.960.5300.2621391.8438.43
Hex859BC603501Ad55c26
Octal101312741406503232513446
Binary10001011001101111001100000110101011010110101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0859BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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