Shades of New Midnight Blue #1203AE
Tints of New Midnight Blue #1203AE
RGB
CMYK
RGB Variations
Color information
#1203AE (or 0x1203AE) is known color: 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
| RGB | 18 | 3 | 174 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.32 |
| HSL | 245.26º | 0.97% | 0.35% | - |
| HSV(B) | 245.26º | 0.98% | 0.68% | - |
| XYZ | 7.92 | 3.25 | 40.25 | - |
| YUV | 26.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 174 | 0.90 | 0.98 | 0 | 0.32 | 245.26 | 0.97 | 0.35 |
| Hex | 12 | 3 | AE | 5A | 62 | 0 | 20 | F5 | 61 | 23 |
| Octal | 22 | 3 | 256 | 132 | 142 | 0 | 40 | 365 | 141 | 43 |
| Binary | 10010 | 11 | 10101110 | 1011010 | 1100010 | 0 | 100000 | 11110101 | 1100001 | 100011 |
Color Harmonies of #1203AE
Complementary color
Monochromatic Colors of #1203AE
Black with #1203AE
Text Example
Text Example
White with #1203AE
Text Example
Text Example
HTML Codes & Css Web 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>