Shades of New Midnight Blue #1003AB
Tints of New Midnight Blue #1003AB
RGB
CMYK
RGB Variations
Color information
#1003AB (or 0x1003AB) is known color: New Midnight Blue. HEX triplet: 10, 03 and AB. RGB value is (16,3,171). Sum of RGB (Red+Green+Blue) = 16+3+171=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #1003AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1003AB is #EFFC54. Grayscale: #191919. Windows color (decimal): -15727701 or 11207440. OLE color: 11207440.
HSL color Cylindrical-coordinate representation of color #1003AB: hue angle of 244.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1003AB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 3 | 171 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.33 |
| HSL | 244.64º | 0.97% | 0.34% | - |
| HSV(B) | 244.64º | 0.98% | 0.67% | - |
| XYZ | 7.6 | 3.12 | 38.73 | - |
| YUV | 26.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 171 | 0.91 | 0.98 | 0 | 0.33 | 244.64 | 0.97 | 0.34 |
| Hex | 10 | 3 | AB | 5B | 62 | 0 | 21 | F5 | 61 | 22 |
| Octal | 20 | 3 | 253 | 133 | 142 | 0 | 41 | 365 | 141 | 42 |
| Binary | 10000 | 11 | 10101011 | 1011011 | 1100010 | 0 | 100001 | 11110101 | 1100001 | 100010 |
Color Harmonies of #1003AB
Complementary color
Monochromatic Colors of #1003AB
Black with #1003AB
Text Example
Text Example
White with #1003AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003AB; }
p { color: rgb(16,3,171); }
H1.HeaderClassName
{
color: #1003AB;
}
.AnyTagClassName
{
color: #1003AB;
}
</style>
background-color css
<style>
a { background-color: #1003AB; }
a { background-color: rgb(16,3,171); }
div.DivClassName
{
background-color: #1003AB;
}
.BgClassName
{
background-color: #1003AB;
}
</style>
border-color css
<style>
span { border-color: #1003AB; }
span { border-color: rgb(16,3,171); }
td.TdClassName
{
border-color: #1003AB;
}
.TagClassName
{
border-color: #1003AB;
}
</style>