#053FEF

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

Shades of Navy Blue #053FEF

Tints of Navy Blue #053FEF

Color information

#053FEF (or 0x053FEF) is unknown color: approx Navy Blue. HEX triplet: 05, 3F and EF. RGB value is (5,63,239). Sum of RGB (Red+Green+Blue) = 5+63+239=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #053FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FEF is #FAC010. Grayscale: #404040. Windows color (decimal): -16433169 or 15679237. OLE color: 15679237.

HSL color Cylindrical-coordinate representation of color #053FEF: hue angle of 225.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FEF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB563239-
CMYK0.980.7400.06
HSL225.13º95.9%47.84%-
HSV(B)225.13º97.91%93.73%-
XYZ17.429.8282.64-
YUV65.72225.7884.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 239 (93.75% from 255) = 77.85%
R=1.63%
G=20.52%
B=77.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5632390.980.7400.06225.1395.947.84
Hex53FEF624A06e16030
Octal5773571421120634114060
Binary10111111111101111110001010010100110111000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,63,239); }

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

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

 a { background-color: rgb(5,63,239); }

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

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

 span { border-color: rgb(5,63,239); }

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