Html Css Color HEX #054DFA Navy Blue

📋 copy color: '#054DFA'

red 5 ◦ green 77 ◦ blue 250

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

Shades of Navy Blue #054DFA

Tints of Navy Blue #054DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 1.51%
G = 23.19%
B = 75.3%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#054DFA (or 0x054DFA) is known color: Navy Blue. HEX triplet: 05, 4D and FA. RGB value is (5,77,250). Sum of RGB (Red+Green+Blue) = 5+77+250=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #054DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DFA is #FAB205. Grayscale: #4A4A4A. Windows color (decimal): -16429574 or 16403717. OLE color: 16403717.

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

Color convert

RGB 5 77 250 -
CMYK 0.98 0.69 0 0.02
HSL 222.37º 0.96% 0.5% -
HSV(B) 222.37º 0.98% 0.98% -
XYZ 19.97 12.24 91.75 -
YUV 75.19 226.65 77.93 -
System Red Green Blue C M Y K H S L
Decimal 5 77 250 0.98 0.69 0 0.02 222.37 0.96 0.5
Hex 5 4D FA 62 45 0 2 DE 60 32
Octal 5 115 372 142 105 0 2 336 140 62
Binary 101 1001101 11111010 1100010 1000101 0 10 11011110 1100000 110010

Color Harmonies of #054DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DFA

Black with #054DFA

Text Example


Text Example

White with #054DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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