Html Css Color HEX #054AFB Navy Blue

📋 copy color: '#054AFB'

red 5 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #054AFB

Tints of Navy Blue #054AFB

RGB

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

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

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

R = 1.52%
G = 22.42%
B = 76.06%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#054AFB (or 0x054AFB) is known color: Navy Blue. HEX triplet: 05, 4A and FB. RGB value is (5,74,251). Sum of RGB (Red+Green+Blue) = 5+74+251=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #054AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AFB is #FAB504. Grayscale: #484848. Windows color (decimal): -16430341 or 16468485. OLE color: 16468485.

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

Color convert

RGB 5 74 251 -
CMYK 0.98 0.71 0 0.02
HSL 223.17º 0.97% 0.5% -
HSV(B) 223.17º 0.98% 0.98% -
XYZ 19.92 11.89 92.51 -
YUV 73.55 228.14 79.11 -
System Red Green Blue C M Y K H S L
Decimal 5 74 251 0.98 0.71 0 0.02 223.17 0.97 0.5
Hex 5 4A FB 62 47 0 2 DF 61 32
Octal 5 112 373 142 107 0 2 337 141 62
Binary 101 1001010 11111011 1100010 1000111 0 10 11011111 1100001 110010

Color Harmonies of #054AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AFB

Black with #054AFB

Text Example


Text Example

White with #054AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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