Html Css Color HEX #004DDC Navy Blue

📋 copy color: '#004DDC'

red 0 ◦ green 77 ◦ blue 220

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

Shades of Navy Blue #004DDC

Tints of Navy Blue #004DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.07%

R = 0%
G = 25.93%
B = 74.07%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#004DDC (or 0x004DDC) is known color: Navy Blue. HEX triplet: 00, 4D and DC. RGB value is (0,77,220). Sum of RGB (Red+Green+Blue) = 0+77+220=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #004DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DDC is #FFB223. Grayscale: #454545. Windows color (decimal): -16757284 or 14437632. OLE color: 14437632.

HSL color Cylindrical-coordinate representation of color #004DDC: hue angle of 219º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DDC is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 77 220 -
CMYK 1 0.65 0 0.14
HSL 219º 1% 0.43% -
HSV(B) 219º 1% 0.86% -
XYZ 15.57 10.48 68.91 -
YUV 70.28 212.49 77.87 -
System Red Green Blue C M Y K H S L
Decimal 0 77 220 1 0.65 0 0.14 219 1 0.43
Hex 0 4D DC 64 41 0 E DB 64 2B
Octal 0 115 334 144 101 0 16 333 144 53
Binary 0 1001101 11011100 1100100 1000001 0 1110 11011011 1100100 101011

Color Harmonies of #004DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DDC

Black with #004DDC

Text Example


Text Example

White with #004DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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