#004DEE

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

Shades of Navy Blue #004DEE

Tints of Navy Blue #004DEE

Color information

#004DEE (or 0x004DEE) is unknown color: approx Navy Blue. HEX triplet: 00, 4D and EE. RGB value is (0,77,238). Sum of RGB (Red+Green+Blue) = 0+77+238=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #004DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DEE is #FFB211. Grayscale: #474747. Windows color (decimal): -16757266 or 15617280. OLE color: 15617280.

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

Color convert

RGB077238-
CMYK10.6800.07
HSL220.59º100%46.67%-
HSV(B)220.59º100%93.33%-
XYZ18.0911.4882.15-
YUV72.33221.4976.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 238 (93.36% from 255) = 75.56%
R=0%
G=24.44%
B=75.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal07723810.6800.07220.5910046.67
Hex04DEE644407dd642f
Octal01153561441040733514457
Binary0100110111101110110010010001000111110111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004DEE; }

 p { color: rgb(0,77,238); }

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

<style>
 a { background-color: #004DEE; }

 a { background-color: rgb(0,77,238); }

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

<style>
 span { border-color: #004DEE; }

 span { border-color: rgb(0,77,238); }

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