Html Css Color HEX #054DF9 Navy Blue

📋 copy color: '#054DF9'

red 5 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #054DF9

Tints of Navy Blue #054DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.23%

R = 1.51%
G = 23.26%
B = 75.23%

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

#054DF9 (or 0x054DF9) is known color: Navy Blue. HEX triplet: 05, 4D and F9. RGB value is (5,77,249). Sum of RGB (Red+Green+Blue) = 5+77+249=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 249 (97.66% from 255 or 75.23% from 331); Max value from RGB is 249 - color contains mainly: blue. Hex color #054DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DF9 is #FAB206. Grayscale: #4A4A4A. Windows color (decimal): -16429575 or 16338181. OLE color: 16338181.

HSL color Cylindrical-coordinate representation of color #054DF9: hue angle of 222.3º 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 #054DF9 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 77 249 -
CMYK 0.98 0.69 0 0.02
HSL 222.3º 0.96% 0.5% -
HSV(B) 222.3º 0.98% 0.98% -
XYZ 19.82 12.18 90.93 -
YUV 75.08 226.15 78.01 -
System Red Green Blue C M Y K H S L
Decimal 5 77 249 0.98 0.69 0 0.02 222.3 0.96 0.5
Hex 5 4D F9 62 45 0 2 DE 60 32
Octal 5 115 371 142 105 0 2 336 140 62
Binary 101 1001101 11111001 1100010 1000101 0 10 11011110 1100000 110010

Color Harmonies of #054DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DF9

Black with #054DF9

Text Example


Text Example

White with #054DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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