Shades of New Midnight Blue #1301AB
Tints of New Midnight Blue #1301AB
RGB
CMYK
RGB Variations
Color information
#1301AB (or 0x1301AB) is known color: New Midnight Blue. HEX triplet: 13, 01 and AB. RGB value is (19,1,171). Sum of RGB (Red+Green+Blue) = 19+1+171=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 171 (67.19% from 255 or 89.53% from 191); Max value from RGB is 171 - color contains mainly: blue. Hex color #1301AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1301AB is #ECFE54. Grayscale: #191919. Windows color (decimal): -15531605 or 11206931. OLE color: 11206931.
HSL color Cylindrical-coordinate representation of color #1301AB: hue angle of 246.35º degrees, saturation: 0.99, 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 #1301AB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 1 | 171 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.33 |
| HSL | 246.35º | 0.99% | 0.34% | - |
| HSV(B) | 246.35º | 0.99% | 0.67% | - |
| XYZ | 7.63 | 3.1 | 38.72 | - |
| YUV | 25.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 171 | 0.89 | 0.99 | 0 | 0.33 | 246.35 | 0.99 | 0.34 |
| Hex | 13 | 1 | AB | 59 | 63 | 0 | 21 | F6 | 63 | 22 |
| Octal | 23 | 1 | 253 | 131 | 143 | 0 | 41 | 366 | 143 | 42 |
| Binary | 10011 | 1 | 10101011 | 1011001 | 1100011 | 0 | 100001 | 11110110 | 1100011 | 100010 |
Color Harmonies of #1301AB
Complementary color
Monochromatic Colors of #1301AB
Black with #1301AB
Text Example
Text Example
White with #1301AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301AB; }
p { color: rgb(19,1,171); }
H1.HeaderClassName
{
color: #1301AB;
}
.AnyTagClassName
{
color: #1301AB;
}
</style>
background-color css
<style>
a { background-color: #1301AB; }
a { background-color: rgb(19,1,171); }
div.DivClassName
{
background-color: #1301AB;
}
.BgClassName
{
background-color: #1301AB;
}
</style>
border-color css
<style>
span { border-color: #1301AB; }
span { border-color: rgb(19,1,171); }
td.TdClassName
{
border-color: #1301AB;
}
.TagClassName
{
border-color: #1301AB;
}
</style>