#054BF5

Color #054BF5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #054BF5

Tints of Navy Blue #054BF5

Color information

#054BF5 (or 0x054BF5) is unknown color: approx Navy Blue. HEX triplet: 05, 4B and F5. RGB value is (5,75,245). Sum of RGB (Red+Green+Blue) = 5+75+245=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #054BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054BF5 is #FAB40A. Grayscale: #484848. Windows color (decimal): -16430091 or 16075525. OLE color: 16075525.

HSL color Cylindrical-coordinate representation of color #054BF5: hue angle of 222.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054BF5 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB575245-
CMYK0.980.6900.04
HSL222.5º96%49.02%-
HSV(B)222.5º97.96%96.08%-
XYZ19.0611.6687.63-
YUV73.45224.8179.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 245 (96.09% from 255) = 75.38%
R=1.54%
G=23.08%
B=75.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5752450.980.6900.04222.59649.02
Hex54BF5624504de6031
Octal51133651421050433614061
Binary101100101111110101110001010001010100110111101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,75,245); }

 H1.HeaderClassName
 {
   color: #054BF5;
 }
 .AnyTagClassName
 {
   color: #054BF5;
 }
</style>
background-color css

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

 a { background-color: rgb(5,75,245); }

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

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

 span { border-color: rgb(5,75,245); }

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