#1203AE

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

Shades of New Midnight Blue #1203AE

Tints of New Midnight Blue #1203AE

Color information

#1203AE (or 0x1203AE) is unknown color: approx New Midnight Blue. HEX triplet: 12, 03 and AE. RGB value is (18,3,174). Sum of RGB (Red+Green+Blue) = 18+3+174=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #1203AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1203AE is #EDFC51. Grayscale: #1A1A1A. Windows color (decimal): -15596626 or 11404050. OLE color: 11404050.

HSL color Cylindrical-coordinate representation of color #1203AE: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1203AE is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB183174-
CMYK0.900.9800.32
HSL245.26º96.61%34.71%-
HSV(B)245.26º98.28%68.24%-
XYZ7.923.2540.25-
YUV26.98210.97121.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 174 (68.36% from 255) = 89.23%
R=9.23%
G=1.54%
B=89.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1831740.900.9800.32245.2696.6134.71
Hex123AE5A62020f56123
Octal22325613214204036514143
Binary100101110101110101101011000100100000111101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1203AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,3,174); }

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

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

 a { background-color: rgb(18,3,174); }

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

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

 span { border-color: rgb(18,3,174); }

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