Html Css Color HEX #054AEA Navy Blue

📋 copy color: '#054AEA'

red 5 ◦ green 74 ◦ blue 234

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

Shades of Navy Blue #054AEA

Tints of Navy Blue #054AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 1.6%
G = 23.64%
B = 74.76%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#054AEA (or 0x054AEA) is known color: Navy Blue. HEX triplet: 05, 4A and EA. RGB value is (5,74,234). Sum of RGB (Red+Green+Blue) = 5+74+234=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #054AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AEA is #FAB515. Grayscale: #464646. Windows color (decimal): -16430358 or 15354373. OLE color: 15354373.

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

Color convert

RGB 5 74 234 -
CMYK 0.98 0.68 0 0.08
HSL 221.92º 0.96% 0.47% -
HSV(B) 221.92º 0.98% 0.92% -
XYZ 17.36 10.87 79.02 -
YUV 71.61 219.64 80.49 -
System Red Green Blue C M Y K H S L
Decimal 5 74 234 0.98 0.68 0 0.08 221.92 0.96 0.47
Hex 5 4A EA 62 44 0 8 DE 60 2F
Octal 5 112 352 142 104 0 10 336 140 57
Binary 101 1001010 11101010 1100010 1000100 0 1000 11011110 1100000 101111

Color Harmonies of #054AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AEA

Black with #054AEA

Text Example


Text Example

White with #054AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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