#0859D1

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

Shades of Navy Blue #0859D1

Tints of Navy Blue #0859D1

Color information

#0859D1 (or 0x0859D1) is unknown color: approx Navy Blue. HEX triplet: 08, 59 and D1. RGB value is (8,89,209). Sum of RGB (Red+Green+Blue) = 8+89+209=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #0859D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859D1 is #F7A62E. Grayscale: #4D4D4D. Windows color (decimal): -16229935 or 13719816. OLE color: 13719816.

HSL color Cylindrical-coordinate representation of color #0859D1: hue angle of 215.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859D1 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB889209-
CMYK0.960.5700.18
HSL215.82º92.63%42.55%-
HSV(B)215.82º96.17%81.96%-
XYZ15.1811.861.8-
YUV78.46201.6677.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 209 (82.03% from 255) = 68.30%
R=2.61%
G=29.08%
B=68.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8892090.960.5700.18215.8292.6342.55
Hex859D16039012d85d2b
Octal101313211407102233013553
Binary10001011001110100011100000111001010010110110001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0859D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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