Html Css Color HEX #054DFB Navy Blue

📋 copy color: '#054DFB'

red 5 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #054DFB

Tints of Navy Blue #054DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 1.5%
G = 23.12%
B = 75.38%

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

#054DFB (or 0x054DFB) is known color: Navy Blue. HEX triplet: 05, 4D and FB. RGB value is (5,77,251). Sum of RGB (Red+Green+Blue) = 5+77+251=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #054DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DFB is #FAB204. Grayscale: #4A4A4A. Windows color (decimal): -16429573 or 16469253. OLE color: 16469253.

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

Color convert

RGB 5 77 251 -
CMYK 0.98 0.69 0 0.02
HSL 222.44º 0.97% 0.5% -
HSV(B) 222.44º 0.98% 0.98% -
XYZ 20.13 12.31 92.58 -
YUV 75.31 227.15 77.85 -
System Red Green Blue C M Y K H S L
Decimal 5 77 251 0.98 0.69 0 0.02 222.44 0.97 0.5
Hex 5 4D FB 62 45 0 2 DE 61 32
Octal 5 115 373 142 105 0 2 336 141 62
Binary 101 1001101 11111011 1100010 1000101 0 10 11011110 1100001 110010

Color Harmonies of #054DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DFB

Black with #054DFB

Text Example


Text Example

White with #054DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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