#1401AA

Color #1401AA New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1401AA

Tints of New Midnight Blue #1401AA

Color information

#1401AA (or 0x1401AA) is unknown color: approx New Midnight Blue. HEX triplet: 14, 01 and AA. RGB value is (20,1,170). Sum of RGB (Red+Green+Blue) = 20+1+170=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 170 (66.80% from 255 or 89.01% from 191); Max value from RGB is 170 - color contains mainly: blue. Hex color #1401AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1401AA is #EBFE55. Grayscale: #191919. Windows color (decimal): -15466070 or 11141396. OLE color: 11141396.

HSL color Cylindrical-coordinate representation of color #1401AA: hue angle of 246.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1401AA is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB201170-
CMYK0.880.9900.33
HSL246.75º98.83%33.53%-
HSV(B)246.75º99.41%66.67%-
XYZ7.563.0738.23-
YUV25.95209.29123.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 170 (66.80% from 255) = 89.01%
R=10.47%
G=0.52%
B=89.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2011700.880.9900.33246.7598.8333.53
Hex141AA5863021f76322
Octal24125213014304136714342
Binary10100110101010101100011000110100001111101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1401AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1401AA; }

 p { color: rgb(20,1,170); }

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

<style>
 a { background-color: #1401AA; }

 a { background-color: rgb(20,1,170); }

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

<style>
 span { border-color: #1401AA; }

 span { border-color: rgb(20,1,170); }

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