#1456EE

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

Shades of Navy Blue #1456EE

Tints of Navy Blue #1456EE

Color information

#1456EE (or 0x1456EE) is unknown color: approx Navy Blue. HEX triplet: 14, 56 and EE. RGB value is (20,86,238). Sum of RGB (Red+Green+Blue) = 20+86+238=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #1456EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1456EE is #EBA911. Grayscale: #525252. Windows color (decimal): -15444242 or 15619604. OLE color: 15619604.

HSL color Cylindrical-coordinate representation of color #1456EE: hue angle of 221.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1456EE is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2086238-
CMYK0.920.6400.07
HSL221.83º86.51%50.59%-
HSV(B)221.83º91.6%93.33%-
XYZ19.0512.9882.39-
YUV83.59215.1382.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 69.19%
R=5.81%
G=25%
B=69.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20862380.920.6400.07221.8386.5150.59
Hex1456EE5C4007de5733
Octal241263561341000733612763
Binary10100101011011101110101110010000000111110111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1456EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1456EE; }

 p { color: rgb(20,86,238); }

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

<style>
 a { background-color: #1456EE; }

 a { background-color: rgb(20,86,238); }

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

<style>
 span { border-color: #1456EE; }

 span { border-color: rgb(20,86,238); }

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