Html Css Color HEX #054ADD Navy Blue

📋 copy color: '#054ADD'

red 5 ◦ green 74 ◦ blue 221

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

Shades of Navy Blue #054ADD

Tints of Navy Blue #054ADD

RGB

 RED value IS 5 (2.34% from 255) = 1.67%

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

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

R = 1.67%
G = 24.67%
B = 73.67%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#054ADD (or 0x054ADD) is known color: Navy Blue. HEX triplet: 05, 4A and DD. RGB value is (5,74,221). Sum of RGB (Red+Green+Blue) = 5+74+221=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #054ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054ADD is #FAB522. Grayscale: #454545. Windows color (decimal): -16430371 or 14502405. OLE color: 14502405.

HSL color Cylindrical-coordinate representation of color #054ADD: hue angle of 220.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054ADD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 74 221 -
CMYK 0.98 0.67 0 0.13
HSL 220.83º 0.96% 0.44% -
HSV(B) 220.83º 0.98% 0.87% -
XYZ 15.56 10.15 69.55 -
YUV 70.13 213.14 81.55 -
System Red Green Blue C M Y K H S L
Decimal 5 74 221 0.98 0.67 0 0.13 220.83 0.96 0.44
Hex 5 4A DD 62 43 0 D DD 60 2C
Octal 5 112 335 142 103 0 15 335 140 54
Binary 101 1001010 11011101 1100010 1000011 0 1101 11011101 1100000 101100

Color Harmonies of #054ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ADD

Black with #054ADD

Text Example


Text Example

White with #054ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054ADD; }

 p { color: rgb(5,74,221); }

 H1.HeaderClassName
 {
   color: #054ADD;
 }
 .AnyTagClassName
 {
   color: #054ADD;
 }
</style>

background-color css

<style>
 a { background-color: #054ADD; }

 a { background-color: rgb(5,74,221); }

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

border-color css

<style>
 span { border-color: #054ADD; }

 span { border-color: rgb(5,74,221); }

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