Html Css Color HEX #054DFF Navy Blue

📋 copy color: '#054DFF'

red 5 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #054DFF

Tints of Navy Blue #054DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 255 (100% from 255) = 75.67%

R = 1.48%
G = 22.85%
B = 75.67%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#054DFF (or 0x054DFF) is known color: Navy Blue. HEX triplet: 05, 4D and FF. RGB value is (5,77,255). Sum of RGB (Red+Green+Blue) = 5+77+255=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #054DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DFF is #FAB200. Grayscale: #4A4A4A. Windows color (decimal): -16429569 or 16731397. OLE color: 16731397.

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

Color convert

RGB 5 77 255 -
CMYK 0.98 0.70 0 0
HSL 222.72º 1% 0.51% -
HSV(B) 222.72º 0.98% 1% -
XYZ 20.77 12.56 95.94 -
YUV 75.76 229.15 77.53 -
System Red Green Blue C M Y K H S L
Decimal 5 77 255 0.98 0.70 0 0 222.72 1 0.51
Hex 5 4D FF 62 46 0 0 DF 64 33
Octal 5 115 377 142 106 0 0 337 144 63
Binary 101 1001101 11111111 1100010 1000110 0 0 11011111 1100100 110011

Color Harmonies of #054DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DFF

Black with #054DFF

Text Example


Text Example

White with #054DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,255); }

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

background-color css

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

 a { background-color: rgb(5,77,255); }

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

border-color css

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

 span { border-color: rgb(5,77,255); }

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