Html Css Color HEX #004DDB Navy Blue

📋 copy color: '#004DDB'

red 0 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #004DDB

Tints of Navy Blue #004DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 0%
G = 26.01%
B = 73.99%

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

#004DDB (or 0x004DDB) is known color: Navy Blue. HEX triplet: 00, 4D and DB. RGB value is (0,77,219). Sum of RGB (Red+Green+Blue) = 0+77+219=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #004DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DDB is #FFB224. Grayscale: #454545. Windows color (decimal): -16757285 or 14372096. OLE color: 14372096.

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

Color convert

RGB 0 77 219 -
CMYK 1 0.65 0 0.14
HSL 218.9º 1% 0.43% -
HSV(B) 218.9º 1% 0.86% -
XYZ 15.44 10.42 68.22 -
YUV 70.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 0 77 219 1 0.65 0 0.14 218.9 1 0.43
Hex 0 4D DB 64 41 0 E DB 64 2B
Octal 0 115 333 144 101 0 16 333 144 53
Binary 0 1001101 11011011 1100100 1000001 0 1110 11011011 1100100 101011

Color Harmonies of #004DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DDB

Black with #004DDB

Text Example


Text Example

White with #004DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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