#1409AE

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

Shades of New Midnight Blue #1409AE

Tints of New Midnight Blue #1409AE

Color information

#1409AE (or 0x1409AE) is unknown color: approx New Midnight Blue. HEX triplet: 14, 09 and AE. RGB value is (20,9,174). Sum of RGB (Red+Green+Blue) = 20+9+174=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #1409AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1409AE is #EBF651. Grayscale: #1E1E1E. Windows color (decimal): -15464018 or 11405588. OLE color: 11405588.

HSL color Cylindrical-coordinate representation of color #1409AE: hue angle of 244º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1409AE is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB209174-
CMYK0.890.9500.32
HSL244º90.16%35.88%-
HSV(B)244º94.83%68.24%-
XYZ8.033.440.28-
YUV31.1208.64120.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 174 (68.36% from 255) = 85.71%
R=9.85%
G=4.43%
B=85.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2091740.890.9500.3224490.1635.88
Hex149AE595F020f45a24
Octal241125613113704036413244
Binary10100100110101110101100110111110100000111101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1409AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1409AE; }

 p { color: rgb(20,9,174); }

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

<style>
 a { background-color: #1409AE; }

 a { background-color: rgb(20,9,174); }

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

<style>
 span { border-color: #1409AE; }

 span { border-color: rgb(20,9,174); }

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