Html Css Color HEX #004DDA Navy Blue

📋 copy color: '#004DDA'

red 0 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #004DDA

Tints of Navy Blue #004DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.9%

R = 0%
G = 26.1%
B = 73.9%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#004DDA (or 0x004DDA) is known color: Navy Blue. HEX triplet: 00, 4D and DA. RGB value is (0,77,218). Sum of RGB (Red+Green+Blue) = 0+77+218=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #004DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DDA is #FFB225. Grayscale: #454545. Windows color (decimal): -16757286 or 14306560. OLE color: 14306560.

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

Color convert

RGB 0 77 218 -
CMYK 1 0.65 0 0.15
HSL 218.81º 1% 0.43% -
HSV(B) 218.81º 1% 0.85% -
XYZ 15.31 10.37 67.52 -
YUV 70.05 211.49 78.04 -
System Red Green Blue C M Y K H S L
Decimal 0 77 218 1 0.65 0 0.15 218.81 1 0.43
Hex 0 4D DA 64 41 0 F DB 64 2B
Octal 0 115 332 144 101 0 17 333 144 53
Binary 0 1001101 11011010 1100100 1000001 0 1111 11011011 1100100 101011

Color Harmonies of #004DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DDA

Black with #004DDA

Text Example


Text Example

White with #004DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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