#1400AA

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

Shades of New Midnight Blue #1400AA

Tints of New Midnight Blue #1400AA

Color information

#1400AA (or 0x1400AA) is unknown color: approx New Midnight Blue. HEX triplet: 14, 00 and AA. RGB value is (20,0,170). Sum of RGB (Red+Green+Blue) = 20+0+170=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 170 (66.80% from 255 or 89.47% from 190); Max value from RGB is 170 - color contains mainly: blue. Hex color #1400AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1400AA is #EBFF55. Grayscale: #181818. Windows color (decimal): -15466326 or 11141140. OLE color: 11141140.

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

Color convert

RGB200170-
CMYK0.88100.33
HSL247.06º100%33.33%-
HSV(B)247.06º100%66.67%-
XYZ7.543.0538.22-
YUV25.36209.63124.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 89.47%
R=10.53%
G=0%
B=89.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2001700.88100.33247.0610033.33
Hex140AA5864021f76421
Octal24025213014404136714441
Binary10100010101010101100011001000100001111101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1400AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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