Shades of New Midnight Blue #1302AB
Tints of New Midnight Blue #1302AB
RGB
CMYK
RGB Variations
Color information
#1302AB (or 0x1302AB) is known color: New Midnight Blue. HEX triplet: 13, 02 and AB. RGB value is (19,2,171). Sum of RGB (Red+Green+Blue) = 19+2+171=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 171 (67.19% from 255 or 89.06% from 192); Max value from RGB is 171 - color contains mainly: blue. Hex color #1302AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1302AB is #ECFD54. Grayscale: #191919. Windows color (decimal): -15531349 or 11207187. OLE color: 11207187.
HSL color Cylindrical-coordinate representation of color #1302AB: hue angle of 246.04º 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 #1302AB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 2 | 171 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.33 |
| HSL | 246.04º | 0.98% | 0.34% | - |
| HSV(B) | 246.04º | 0.99% | 0.67% | - |
| XYZ | 7.64 | 3.12 | 38.73 | - |
| YUV | 26.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 171 | 0.89 | 0.99 | 0 | 0.33 | 246.04 | 0.98 | 0.34 |
| Hex | 13 | 2 | AB | 59 | 63 | 0 | 21 | F6 | 62 | 22 |
| Octal | 23 | 2 | 253 | 131 | 143 | 0 | 41 | 366 | 142 | 42 |
| Binary | 10011 | 10 | 10101011 | 1011001 | 1100011 | 0 | 100001 | 11110110 | 1100010 | 100010 |
Color Harmonies of #1302AB
Complementary color
Monochromatic Colors of #1302AB
Black with #1302AB
Text Example
Text Example
White with #1302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302AB; }
p { color: rgb(19,2,171); }
H1.HeaderClassName
{
color: #1302AB;
}
.AnyTagClassName
{
color: #1302AB;
}
</style>
background-color css
<style>
a { background-color: #1302AB; }
a { background-color: rgb(19,2,171); }
div.DivClassName
{
background-color: #1302AB;
}
.BgClassName
{
background-color: #1302AB;
}
</style>
border-color css
<style>
span { border-color: #1302AB; }
span { border-color: rgb(19,2,171); }
td.TdClassName
{
border-color: #1302AB;
}
.TagClassName
{
border-color: #1302AB;
}
</style>