Html Css Color HEX #054AE5 Navy Blue

📋 copy color: '#054AE5'

red 5 ◦ green 74 ◦ blue 229

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

Shades of Navy Blue #054AE5

Tints of Navy Blue #054AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 74.35%

R = 1.62%
G = 24.03%
B = 74.35%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#054AE5 (or 0x054AE5) is known color: Navy Blue. HEX triplet: 05, 4A and E5. RGB value is (5,74,229). Sum of RGB (Red+Green+Blue) = 5+74+229=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #054AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AE5 is #FAB51A. Grayscale: #464646. Windows color (decimal): -16430363 or 15026693. OLE color: 15026693.

HSL color Cylindrical-coordinate representation of color #054AE5: hue angle of 221.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054AE5 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 74 229 -
CMYK 0.98 0.68 0 0.10
HSL 221.52º 0.96% 0.46% -
HSV(B) 221.52º 0.98% 0.9% -
XYZ 16.65 10.59 75.29 -
YUV 71.04 217.14 80.9 -
System Red Green Blue C M Y K H S L
Decimal 5 74 229 0.98 0.68 0 0.10 221.52 0.96 0.46
Hex 5 4A E5 62 44 0 A DE 60 2E
Octal 5 112 345 142 104 0 12 336 140 56
Binary 101 1001010 11100101 1100010 1000100 0 1010 11011110 1100000 101110

Color Harmonies of #054AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AE5

Black with #054AE5

Text Example


Text Example

White with #054AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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