Html Css Color HEX #004ADB Navy Blue

📋 copy color: '#004ADB'

red 0 ◦ green 74 ◦ blue 219

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

Shades of Navy Blue #004ADB

Tints of Navy Blue #004ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.26%

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

R = 0%
G = 25.26%
B = 74.74%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#004ADB (or 0x004ADB) is known color: Navy Blue. HEX triplet: 00, 4A and DB. RGB value is (0,74,219). Sum of RGB (Red+Green+Blue) = 0+74+219=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #004ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADB is #FFB524. Grayscale: #434343. Windows color (decimal): -16758053 or 14371328. OLE color: 14371328.

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

Color convert

RGB 0 74 219 -
CMYK 1 0.66 0 0.14
HSL 219.73º 1% 0.43% -
HSV(B) 219.73º 1% 0.86% -
XYZ 15.23 10.01 68.15 -
YUV 68.4 212.98 79.21 -
System Red Green Blue C M Y K H S L
Decimal 0 74 219 1 0.66 0 0.14 219.73 1 0.43
Hex 0 4A DB 64 42 0 E DC 64 2B
Octal 0 112 333 144 102 0 16 334 144 53
Binary 0 1001010 11011011 1100100 1000010 0 1110 11011100 1100100 101011

Color Harmonies of #004ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ADB

Black with #004ADB

Text Example


Text Example

White with #004ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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