#1460D9

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

Shades of Navy Blue #1460D9

Tints of Navy Blue #1460D9

Color information

#1460D9 (or 0x1460D9) is unknown color: approx Navy Blue. HEX triplet: 14, 60 and D9. RGB value is (20,96,217). Sum of RGB (Red+Green+Blue) = 20+96+217=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 217 (85.16% from 255 or 65.17% from 333); Max value from RGB is 217 - color contains mainly: blue. Hex color #1460D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460D9 is #EB9F26. Grayscale: #565656. Windows color (decimal): -15441703 or 14245908. OLE color: 14245908.

HSL color Cylindrical-coordinate representation of color #1460D9: hue angle of 216.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1460D9 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2096217-
CMYK0.910.5600.15
HSL216.85º83.12%46.47%-
HSV(B)216.85º90.78%85.1%-
XYZ1713.5267.36-
YUV87.07201.3280.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.01%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 217 (85.16% from 255) = 65.17%
R=6.01%
G=28.83%
B=65.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal20962170.910.5600.15216.8583.1246.47
Hex1460D95B380Fd9532e
Octal241403311337001733112356
Binary10100110000011011001101101111100001111110110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1460D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1460D9; }

 p { color: rgb(20,96,217); }

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

<style>
 a { background-color: #1460D9; }

 a { background-color: rgb(20,96,217); }

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

<style>
 span { border-color: #1460D9; }

 span { border-color: rgb(20,96,217); }

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