#1205AE

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

Shades of New Midnight Blue #1205AE

Tints of New Midnight Blue #1205AE

Color information

#1205AE (or 0x1205AE) is unknown color: approx New Midnight Blue. HEX triplet: 12, 05 and AE. RGB value is (18,5,174). Sum of RGB (Red+Green+Blue) = 18+5+174=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #1205AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1205AE is #EDFA51. Grayscale: #1B1B1B. Windows color (decimal): -15596114 or 11404562. OLE color: 11404562.

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

Color convert

RGB185174-
CMYK0.900.9700.32
HSL244.62º94.41%35.1%-
HSV(B)244.62º97.13%68.24%-
XYZ7.943.2940.26-
YUV28.15210.31120.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 174 (68.36% from 255) = 88.32%
R=9.14%
G=2.54%
B=88.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1851740.900.9700.32244.6294.4135.1
Hex125AE5A61020f55e23
Octal22525613214104036513643
Binary1001010110101110101101011000010100000111101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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