Html Css Color HEX #054AFC Navy Blue

📋 copy color: '#054AFC'

red 5 ◦ green 74 ◦ blue 252

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

Shades of Navy Blue #054AFC

Tints of Navy Blue #054AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 76.13%

R = 1.51%
G = 22.36%
B = 76.13%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#054AFC (or 0x054AFC) is known color: Navy Blue. HEX triplet: 05, 4A and FC. RGB value is (5,74,252). Sum of RGB (Red+Green+Blue) = 5+74+252=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #054AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AFC is #FAB503. Grayscale: #484848. Windows color (decimal): -16430340 or 16534021. OLE color: 16534021.

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

Color convert

RGB 5 74 252 -
CMYK 0.98 0.71 0 0.01
HSL 223.24º 0.98% 0.5% -
HSV(B) 223.24º 0.98% 0.99% -
XYZ 20.08 11.96 93.35 -
YUV 73.66 228.64 79.03 -
System Red Green Blue C M Y K H S L
Decimal 5 74 252 0.98 0.71 0 0.01 223.24 0.98 0.5
Hex 5 4A FC 62 47 0 1 DF 62 32
Octal 5 112 374 142 107 0 1 337 142 62
Binary 101 1001010 11111100 1100010 1000111 0 1 11011111 1100010 110010

Color Harmonies of #054AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AFC

Black with #054AFC

Text Example


Text Example

White with #054AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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