Shades of New Midnight Blue #1402AC
Tints of New Midnight Blue #1402AC
RGB
CMYK
RGB Variations
Color information
#1402AC (or 0x1402AC) is known color: New Midnight Blue. HEX triplet: 14, 02 and AC. RGB value is (20,2,172). Sum of RGB (Red+Green+Blue) = 20+2+172=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #1402AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1402AC is #EBFD53. Grayscale: #1A1A1A. Windows color (decimal): -15465812 or 11272724. OLE color: 11272724.
HSL color Cylindrical-coordinate representation of color #1402AC: hue angle of 246.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402AC is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 2 | 172 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.33 |
| HSL | 246.35º | 0.98% | 0.34% | - |
| HSV(B) | 246.35º | 0.99% | 0.67% | - |
| XYZ | 7.76 | 3.17 | 39.23 | - |
| YUV | 26.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 172 | 0.88 | 0.99 | 0 | 0.33 | 246.35 | 0.98 | 0.34 |
| Hex | 14 | 2 | AC | 58 | 63 | 0 | 21 | F6 | 62 | 22 |
| Octal | 24 | 2 | 254 | 130 | 143 | 0 | 41 | 366 | 142 | 42 |
| Binary | 10100 | 10 | 10101100 | 1011000 | 1100011 | 0 | 100001 | 11110110 | 1100010 | 100010 |
Color Harmonies of #1402AC
Complementary color
Monochromatic Colors of #1402AC
Black with #1402AC
Text Example
Text Example
White with #1402AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402AC; }
p { color: rgb(20,2,172); }
H1.HeaderClassName
{
color: #1402AC;
}
.AnyTagClassName
{
color: #1402AC;
}
</style>
background-color css
<style>
a { background-color: #1402AC; }
a { background-color: rgb(20,2,172); }
div.DivClassName
{
background-color: #1402AC;
}
.BgClassName
{
background-color: #1402AC;
}
</style>
border-color css
<style>
span { border-color: #1402AC; }
span { border-color: rgb(20,2,172); }
td.TdClassName
{
border-color: #1402AC;
}
.TagClassName
{
border-color: #1402AC;
}
</style>