Shades of New Midnight Blue #1301AC
Tints of New Midnight Blue #1301AC
RGB
CMYK
RGB Variations
Color information
#1301AC (or 0x1301AC) is known color: New Midnight Blue. HEX triplet: 13, 01 and AC. RGB value is (19,1,172). Sum of RGB (Red+Green+Blue) = 19+1+172=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 172 (67.58% from 255 or 89.58% from 192); Max value from RGB is 172 - color contains mainly: blue. Hex color #1301AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1301AC is #ECFE53. Grayscale: #191919. Windows color (decimal): -15531604 or 11272467. OLE color: 11272467.
HSL color Cylindrical-coordinate representation of color #1301AC: hue angle of 246.32º 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 #1301AC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 1 | 172 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.33 |
| HSL | 246.32º | 0.99% | 0.34% | - |
| HSV(B) | 246.32º | 0.99% | 0.67% | - |
| XYZ | 7.73 | 3.14 | 39.23 | - |
| YUV | 25.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 172 | 0.89 | 0.99 | 0 | 0.33 | 246.32 | 0.99 | 0.34 |
| Hex | 13 | 1 | AC | 59 | 63 | 0 | 21 | F6 | 63 | 22 |
| Octal | 23 | 1 | 254 | 131 | 143 | 0 | 41 | 366 | 143 | 42 |
| Binary | 10011 | 1 | 10101100 | 1011001 | 1100011 | 0 | 100001 | 11110110 | 1100011 | 100010 |
Color Harmonies of #1301AC
Complementary color
Monochromatic Colors of #1301AC
Black with #1301AC
Text Example
Text Example
White with #1301AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1301AC; }
p { color: rgb(19,1,172); }
H1.HeaderClassName
{
color: #1301AC;
}
.AnyTagClassName
{
color: #1301AC;
}
</style>
background-color css
<style>
a { background-color: #1301AC; }
a { background-color: rgb(19,1,172); }
div.DivClassName
{
background-color: #1301AC;
}
.BgClassName
{
background-color: #1301AC;
}
</style>
border-color css
<style>
span { border-color: #1301AC; }
span { border-color: rgb(19,1,172); }
td.TdClassName
{
border-color: #1301AC;
}
.TagClassName
{
border-color: #1301AC;
}
</style>