Html Css Color HEX #004DDD Navy Blue

📋 copy color: '#004DDD'

red 0 ◦ green 77 ◦ blue 221

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

Shades of Navy Blue #004DDD

Tints of Navy Blue #004DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 0%
G = 25.84%
B = 74.16%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#004DDD (or 0x004DDD) is known color: Navy Blue. HEX triplet: 00, 4D and DD. RGB value is (0,77,221). Sum of RGB (Red+Green+Blue) = 0+77+221=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #004DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DDD is #FFB222. Grayscale: #454545. Windows color (decimal): -16757283 or 14503168. OLE color: 14503168.

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

Color convert

RGB 0 77 221 -
CMYK 1 0.65 0 0.13
HSL 219.1º 1% 0.43% -
HSV(B) 219.1º 1% 0.87% -
XYZ 15.71 10.53 69.61 -
YUV 70.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 0 77 221 1 0.65 0 0.13 219.1 1 0.43
Hex 0 4D DD 64 41 0 D DB 64 2B
Octal 0 115 335 144 101 0 15 333 144 53
Binary 0 1001101 11011101 1100100 1000001 0 1101 11011011 1100100 101011

Color Harmonies of #004DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DDD

Black with #004DDD

Text Example


Text Example

White with #004DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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