#005EED

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

Shades of Navy Blue #005EED

Tints of Navy Blue #005EED

Color information

#005EED (or 0x005EED) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and ED. RGB value is (0,94,237). Sum of RGB (Red+Green+Blue) = 0+94+237=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #005EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EED is #FFA112. Grayscale: #515151. Windows color (decimal): -16752915 or 15556096. OLE color: 15556096.

HSL color Cylindrical-coordinate representation of color #005EED: hue angle of 216.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EED is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB094237-
CMYK10.6000.07
HSL216.2º100%46.47%-
HSV(B)216.2º100%92.94%-
XYZ19.2914.1281.83-
YUV82.2215.3669.37-

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) = 28.40%
BLUE value IS 237 (92.97% from 255) = 71.60%
R=0%
G=28.40%
B=71.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal09423710.6000.07216.210046.47
Hex05EED643C07d8642e
Octal0136355144740733014456
Binary010111101110110111001001111000111110110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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