#005ED9

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

Shades of Navy Blue #005ED9

Tints of Navy Blue #005ED9

Color information

#005ED9 (or 0x005ED9) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and D9. RGB value is (0,94,217). Sum of RGB (Red+Green+Blue) = 0+94+217=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 217 (85.16% from 255 or 69.77% from 311); Max value from RGB is 217 - color contains mainly: blue. Hex color #005ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ED9 is #FFA126. Grayscale: #4F4F4F. Windows color (decimal): -16752935 or 14245376. OLE color: 14245376.

HSL color Cylindrical-coordinate representation of color #005ED9: hue angle of 214.01º 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 #005ED9 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB094217-
CMYK10.5700.15
HSL214.01º100%42.55%-
HSV(B)214.01º100%85.1%-
XYZ16.5313.0267.29-
YUV79.92205.3671-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 217 (85.16% from 255) = 69.77%
R=0%
G=30.23%
B=69.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal09421710.5700.15214.0110042.55
Hex05ED964390Fd6642b
Octal01363311447101732614453
Binary0101111011011001110010011100101111110101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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