#005FD9

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

Shades of Navy Blue #005FD9

Tints of Navy Blue #005FD9

Color information

#005FD9 (or 0x005FD9) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and D9. RGB value is (0,95,217). Sum of RGB (Red+Green+Blue) = 0+95+217=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 217 (85.16% from 255 or 69.55% from 312); Max value from RGB is 217 - color contains mainly: blue. Hex color #005FD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FD9 is #FFA026. Grayscale: #4F4F4F. Windows color (decimal): -16752679 or 14245632. OLE color: 14245632.

HSL color Cylindrical-coordinate representation of color #005FD9: hue angle of 213.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FD9 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB095217-
CMYK10.5600.15
HSL213.73º100%42.55%-
HSV(B)213.73º100%85.1%-
XYZ16.6213.1967.32-
YUV80.5205.0370.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 217 (85.16% from 255) = 69.55%
R=0%
G=30.45%
B=69.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal09521710.5600.15213.7310042.55
Hex05FD964380Fd6642b
Octal01373311447001732614453
Binary0101111111011001110010011100001111110101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005FD9; }

 p { color: rgb(0,95,217); }

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

<style>
 a { background-color: #005FD9; }

 a { background-color: rgb(0,95,217); }

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

<style>
 span { border-color: #005FD9; }

 span { border-color: rgb(0,95,217); }

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