Shades of New Midnight Blue #1302AD
Tints of New Midnight Blue #1302AD
RGB
CMYK
RGB Variations
Color information
#1302AD (or 0x1302AD) is known color: New Midnight Blue. HEX triplet: 13, 02 and AD. RGB value is (19,2,173). Sum of RGB (Red+Green+Blue) = 19+2+173=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #1302AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1302AD is #ECFD52. Grayscale: #191919. Windows color (decimal): -15531347 or 11338259. OLE color: 11338259.
HSL color Cylindrical-coordinate representation of color #1302AD: hue angle of 245.96º degrees, saturation: 0.98, 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 #1302AD is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 2 | 173 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.32 |
| HSL | 245.96º | 0.98% | 0.34% | - |
| HSV(B) | 245.96º | 0.99% | 0.68% | - |
| XYZ | 7.83 | 3.2 | 39.74 | - |
| YUV | 26.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 173 | 0.89 | 0.99 | 0 | 0.32 | 245.96 | 0.98 | 0.34 |
| Hex | 13 | 2 | AD | 59 | 63 | 0 | 20 | F6 | 62 | 22 |
| Octal | 23 | 2 | 255 | 131 | 143 | 0 | 40 | 366 | 142 | 42 |
| Binary | 10011 | 10 | 10101101 | 1011001 | 1100011 | 0 | 100000 | 11110110 | 1100010 | 100010 |
Color Harmonies of #1302AD
Complementary color
Monochromatic Colors of #1302AD
Black with #1302AD
Text Example
Text Example
White with #1302AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302AD; }
p { color: rgb(19,2,173); }
H1.HeaderClassName
{
color: #1302AD;
}
.AnyTagClassName
{
color: #1302AD;
}
</style>
background-color css
<style>
a { background-color: #1302AD; }
a { background-color: rgb(19,2,173); }
div.DivClassName
{
background-color: #1302AD;
}
.BgClassName
{
background-color: #1302AD;
}
</style>
border-color css
<style>
span { border-color: #1302AD; }
span { border-color: rgb(19,2,173); }
td.TdClassName
{
border-color: #1302AD;
}
.TagClassName
{
border-color: #1302AD;
}
</style>