#1801AE

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

Shades of New Midnight Blue #1801AE

Tints of New Midnight Blue #1801AE

Color information

#1801AE (or 0x1801AE) is unknown color: approx New Midnight Blue. HEX triplet: 18, 01 and AE. RGB value is (24,1,174). Sum of RGB (Red+Green+Blue) = 24+1+174=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 174 (68.36% from 255 or 87.44% from 199); Max value from RGB is 174 - color contains mainly: blue. Hex color #1801AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1801AE is #E7FE51. Grayscale: #1A1A1A. Windows color (decimal): -15203922 or 11403544. OLE color: 11403544.

HSL color Cylindrical-coordinate representation of color #1801AE: hue angle of 247.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801AE is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB241174-
CMYK0.860.9900.32
HSL247.98º98.86%34.31%-
HSV(B)247.98º99.43%68.24%-
XYZ8.033.2740.25-
YUV27.6210.62125.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 174 (68.36% from 255) = 87.44%
R=12.06%
G=0.50%
B=87.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2411740.860.9900.32247.9898.8634.31
Hex181AE5663020f86322
Octal30125612614304037014342
Binary11000110101110101011011000110100000111110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1801AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,1,174); }

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

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

 a { background-color: rgb(24,1,174); }

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

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

 span { border-color: rgb(24,1,174); }

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