Html Css Color HEX #054AD2 Navy Blue

📋 copy color: '#054AD2'

red 5 ◦ green 74 ◦ blue 210

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

Shades of Navy Blue #054AD2

Tints of Navy Blue #054AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 1.73%
G = 25.61%
B = 72.66%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#054AD2 (or 0x054AD2) is known color: Navy Blue. HEX triplet: 05, 4A and D2. RGB value is (5,74,210). Sum of RGB (Red+Green+Blue) = 5+74+210=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #054AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AD2 is #FAB52D. Grayscale: #444444. Windows color (decimal): -16430382 or 13781509. OLE color: 13781509.

HSL color Cylindrical-coordinate representation of color #054AD2: hue angle of 219.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054AD2 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 74 210 -
CMYK 0.98 0.65 0 0.18
HSL 219.8º 0.95% 0.42% -
HSV(B) 219.8º 0.98% 0.82% -
XYZ 14.14 9.58 62.08 -
YUV 68.87 207.64 82.44 -
System Red Green Blue C M Y K H S L
Decimal 5 74 210 0.98 0.65 0 0.18 219.8 0.95 0.42
Hex 5 4A D2 62 41 0 12 DC 5F 2A
Octal 5 112 322 142 101 0 22 334 137 52
Binary 101 1001010 11010010 1100010 1000001 0 10010 11011100 1011111 101010

Color Harmonies of #054AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AD2

Black with #054AD2

Text Example


Text Example

White with #054AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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