Html Css Color HEX #054CFB Navy Blue

📋 copy color: '#054CFB'

red 5 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #054CFB

Tints of Navy Blue #054CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 1.51%
G = 22.89%
B = 75.6%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#054CFB (or 0x054CFB) is known color: Navy Blue. HEX triplet: 05, 4C and FB. RGB value is (5,76,251). Sum of RGB (Red+Green+Blue) = 5+76+251=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #054CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CFB is #FAB304. Grayscale: #494949. Windows color (decimal): -16429829 or 16468997. OLE color: 16468997.

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

Color convert

RGB 5 76 251 -
CMYK 0.98 0.70 0 0.02
HSL 222.68º 0.97% 0.5% -
HSV(B) 222.68º 0.98% 0.98% -
XYZ 20.06 12.17 92.56 -
YUV 74.72 227.48 78.27 -
System Red Green Blue C M Y K H S L
Decimal 5 76 251 0.98 0.70 0 0.02 222.68 0.97 0.5
Hex 5 4C FB 62 46 0 2 DF 61 32
Octal 5 114 373 142 106 0 2 337 141 62
Binary 101 1001100 11111011 1100010 1000110 0 10 11011111 1100001 110010

Color Harmonies of #054CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CFB

Black with #054CFB

Text Example


Text Example

White with #054CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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