Html Css Color HEX #054AE8 Navy Blue

📋 copy color: '#054AE8'

red 5 ◦ green 74 ◦ blue 232

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

Shades of Navy Blue #054AE8

Tints of Navy Blue #054AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.6%

R = 1.61%
G = 23.79%
B = 74.6%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#054AE8 (or 0x054AE8) is known color: Navy Blue. HEX triplet: 05, 4A and E8. RGB value is (5,74,232). Sum of RGB (Red+Green+Blue) = 5+74+232=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #054AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AE8 is #FAB517. Grayscale: #464646. Windows color (decimal): -16430360 or 15223301. OLE color: 15223301.

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

Color convert

RGB 5 74 232 -
CMYK 0.98 0.68 0 0.09
HSL 221.76º 0.96% 0.46% -
HSV(B) 221.76º 0.98% 0.91% -
XYZ 17.08 10.76 77.52 -
YUV 71.38 218.64 80.65 -
System Red Green Blue C M Y K H S L
Decimal 5 74 232 0.98 0.68 0 0.09 221.76 0.96 0.46
Hex 5 4A E8 62 44 0 9 DE 60 2E
Octal 5 112 350 142 104 0 11 336 140 56
Binary 101 1001010 11101000 1100010 1000100 0 1001 11011110 1100000 101110

Color Harmonies of #054AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AE8

Black with #054AE8

Text Example


Text Example

White with #054AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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