#1053E5

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

Shades of Navy Blue #1053E5

Tints of Navy Blue #1053E5

Color information

#1053E5 (or 0x1053E5) is unknown color: approx Navy Blue. HEX triplet: 10, 53 and E5. RGB value is (16,83,229). Sum of RGB (Red+Green+Blue) = 16+83+229=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #1053E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053E5 is #EFAC1A. Grayscale: #4E4E4E. Windows color (decimal): -15707163 or 15029008. OLE color: 15029008.

HSL color Cylindrical-coordinate representation of color #1053E5: hue angle of 221.13º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1053E5 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1683229-
CMYK0.930.6400.10
HSL221.13º86.94%48.04%-
HSV(B)221.13º93.01%89.8%-
XYZ17.4511.9575.52-
YUV79.61212.382.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.88%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 229 (89.84% from 255) = 69.82%
R=4.88%
G=25.30%
B=69.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16832290.930.6400.10221.1386.9448.04
Hex1053E55D400Add5730
Octal2012334513510001233512760
Binary100001010011111001011011101100000001010110111011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1053E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1053E5; }

 p { color: rgb(16,83,229); }

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

<style>
 a { background-color: #1053E5; }

 a { background-color: rgb(16,83,229); }

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

<style>
 span { border-color: #1053E5; }

 span { border-color: rgb(16,83,229); }

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