Html Css Color HEX #004DED Navy Blue

📋 copy color: '#004DED'

red 0 ◦ green 77 ◦ blue 237

#004DED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #004DED

Tints of Navy Blue #004DED

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 77 (30.47% from 255) = 24.52%

 BLUE value IS 237 (92.97% from 255) = 75.48%

R = 0%
G = 24.52%
B = 75.48%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#004DED (or 0x004DED) is known color: Navy Blue. HEX triplet: 00, 4D and ED. RGB value is (0,77,237). Sum of RGB (Red+Green+Blue) = 0+77+237=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #004DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DED is #FFB212. Grayscale: #474747. Windows color (decimal): -16757267 or 15551744. OLE color: 15551744.

HSL color Cylindrical-coordinate representation of color #004DED: hue angle of 220.51º 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 #004DED is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 77 237 -
CMYK 1 0.68 0 0.07
HSL 220.51º 1% 0.46% -
HSV(B) 220.51º 1% 0.93% -
XYZ 17.94 11.42 81.38 -
YUV 72.22 220.99 76.49 -
System Red Green Blue C M Y K H S L
Decimal 0 77 237 1 0.68 0 0.07 220.51 1 0.46
Hex 0 4D ED 64 44 0 7 DD 64 2E
Octal 0 115 355 144 104 0 7 335 144 56
Binary 0 1001101 11101101 1100100 1000100 0 111 11011101 1100100 101110

Color Harmonies of #004DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DED

Black with #004DED

Text Example


Text Example

White with #004DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004DED;
 }
 .AnyTagClassName
 {
   color: #004DED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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