#053DF8

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

Shades of Navy Blue #053DF8

Tints of Navy Blue #053DF8

Color information

#053DF8 (or 0x053DF8) is unknown color: approx Navy Blue. HEX triplet: 05, 3D and F8. RGB value is (5,61,248). Sum of RGB (Red+Green+Blue) = 5+61+248=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #053DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053DF8 is #FAC207. Grayscale: #404040. Windows color (decimal): -16433672 or 16268549. OLE color: 16268549.

HSL color Cylindrical-coordinate representation of color #053DF8: hue angle of 226.17º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DF8 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB561248-
CMYK0.980.7500.03
HSL226.17º96.05%49.61%-
HSV(B)226.17º97.98%97.25%-
XYZ18.6710.1589.78-
YUV65.57230.9584.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 248 (97.27% from 255) = 78.98%
R=1.59%
G=19.43%
B=78.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal5612480.980.7500.03226.1796.0549.61
Hex53DF8624B03e26032
Octal5753701421130334214062
Binary1011111011111100011000101001011011111000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053DF8; }

 p { color: rgb(5,61,248); }

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

<style>
 a { background-color: #053DF8; }

 a { background-color: rgb(5,61,248); }

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

<style>
 span { border-color: #053DF8; }

 span { border-color: rgb(5,61,248); }

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