#005EDD

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

Shades of Navy Blue #005EDD

Tints of Navy Blue #005EDD

Color information

#005EDD (or 0x005EDD) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and DD. RGB value is (0,94,221). Sum of RGB (Red+Green+Blue) = 0+94+221=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #005EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005EDD is #FFA122. Grayscale: #4F4F4F. Windows color (decimal): -16752931 or 14507520. OLE color: 14507520.

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

Color convert

RGB094221-
CMYK10.5700.13
HSL214.48º100%43.33%-
HSV(B)214.48º100%86.67%-
XYZ17.0513.2370.06-
YUV80.37207.3670.67-

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) = 29.84%
BLUE value IS 221 (86.72% from 255) = 70.16%
R=0%
G=29.84%
B=70.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal09422110.5700.13214.4810043.33
Hex05EDD64390Dd6642b
Octal01363351447101532614453
Binary0101111011011101110010011100101101110101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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