Html Css Color HEX #054CFE Navy Blue

📋 copy color: '#054CFE'

red 5 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #054CFE

Tints of Navy Blue #054CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.82%

R = 1.49%
G = 22.69%
B = 75.82%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#054CFE (or 0x054CFE) is known color: Navy Blue. HEX triplet: 05, 4C and FE. RGB value is (5,76,254). Sum of RGB (Red+Green+Blue) = 5+76+254=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #054CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CFE is #FAB301. Grayscale: #4A4A4A. Windows color (decimal): -16429826 or 16665605. OLE color: 16665605.

HSL color Cylindrical-coordinate representation of color #054CFE: hue angle of 222.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CFE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 76 254 -
CMYK 0.98 0.70 0 0.00
HSL 222.89º 0.99% 0.51% -
HSV(B) 222.89º 0.98% 1% -
XYZ 20.54 12.36 95.07 -
YUV 75.06 228.98 78.03 -
System Red Green Blue C M Y K H S L
Decimal 5 76 254 0.98 0.70 0 0.00 222.89 0.99 0.51
Hex 5 4C FE 62 46 0 0 DF 63 33
Octal 5 114 376 142 106 0 0 337 143 63
Binary 101 1001100 11111110 1100010 1000110 0 0 11011111 1100011 110011

Color Harmonies of #054CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CFE

Black with #054CFE

Text Example


Text Example

White with #054CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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