Html Css Color HEX #004CDB Navy Blue

📋 copy color: '#004CDB'

red 0 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #004CDB

Tints of Navy Blue #004CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

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

R = 0%
G = 25.76%
B = 74.24%

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

#004CDB (or 0x004CDB) is known color: Navy Blue. HEX triplet: 00, 4C and DB. RGB value is (0,76,219). Sum of RGB (Red+Green+Blue) = 0+76+219=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #004CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CDB is #FFB324. Grayscale: #444444. Windows color (decimal): -16757541 or 14371840. OLE color: 14371840.

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

Color convert

RGB 0 76 219 -
CMYK 1 0.65 0 0.14
HSL 219.18º 1% 0.43% -
HSV(B) 219.18º 1% 0.86% -
XYZ 15.37 10.28 68.19 -
YUV 69.58 212.32 78.37 -
System Red Green Blue C M Y K H S L
Decimal 0 76 219 1 0.65 0 0.14 219.18 1 0.43
Hex 0 4C DB 64 41 0 E DB 64 2B
Octal 0 114 333 144 101 0 16 333 144 53
Binary 0 1001100 11011011 1100100 1000001 0 1110 11011011 1100100 101011

Color Harmonies of #004CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CDB

Black with #004CDB

Text Example


Text Example

White with #004CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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