Html Css Color HEX #054AFE Navy Blue

📋 copy color: '#054AFE'

red 5 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #054AFE

Tints of Navy Blue #054AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.28%

R = 1.5%
G = 22.22%
B = 76.28%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#054AFE (or 0x054AFE) is known color: Navy Blue. HEX triplet: 05, 4A and FE. RGB value is (5,74,254). Sum of RGB (Red+Green+Blue) = 5+74+254=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #054AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AFE is #FAB501. Grayscale: #494949. Windows color (decimal): -16430338 or 16665093. OLE color: 16665093.

HSL color Cylindrical-coordinate representation of color #054AFE: hue angle of 223.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054AFE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 74 254 -
CMYK 0.98 0.71 0 0.00
HSL 223.37º 0.99% 0.51% -
HSV(B) 223.37º 0.98% 1% -
XYZ 20.4 12.09 95.02 -
YUV 73.89 229.64 78.86 -
System Red Green Blue C M Y K H S L
Decimal 5 74 254 0.98 0.71 0 0.00 223.37 0.99 0.51
Hex 5 4A FE 62 47 0 0 DF 63 33
Octal 5 112 376 142 107 0 0 337 143 63
Binary 101 1001010 11111110 1100010 1000111 0 0 11011111 1100011 110011

Color Harmonies of #054AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AFE

Black with #054AFE

Text Example


Text Example

White with #054AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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