Shades of New Midnight Blue #1501A8
Tints of New Midnight Blue #1501A8
RGB
CMYK
RGB Variations
Color information
#1501A8 (or 0x1501A8) is known color: New Midnight Blue. HEX triplet: 15, 01 and A8. RGB value is (21,1,168). Sum of RGB (Red+Green+Blue) = 21+1+168=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 168 (66.02% from 255 or 88.42% from 190); Max value from RGB is 168 - color contains mainly: blue. Hex color #1501A8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1501A8 is #EAFE57. Grayscale: #191919. Windows color (decimal): -15400536 or 11010325. OLE color: 11010325.
HSL color Cylindrical-coordinate representation of color #1501A8: hue angle of 247.19º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1501A8 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 1 | 168 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.34 |
| HSL | 247.19º | 0.99% | 0.33% | - |
| HSV(B) | 247.19º | 0.99% | 0.66% | - |
| XYZ | 7.39 | 3.01 | 37.24 | - |
| YUV | 26.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 168 | 0.88 | 0.99 | 0 | 0.34 | 247.19 | 0.99 | 0.33 |
| Hex | 15 | 1 | A8 | 58 | 63 | 0 | 22 | F7 | 63 | 21 |
| Octal | 25 | 1 | 250 | 130 | 143 | 0 | 42 | 367 | 143 | 41 |
| Binary | 10101 | 1 | 10101000 | 1011000 | 1100011 | 0 | 100010 | 11110111 | 1100011 | 100001 |
Color Harmonies of #1501A8
Complementary color
Monochromatic Colors of #1501A8
Black with #1501A8
Text Example
Text Example
White with #1501A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1501A8; }
p { color: rgb(21,1,168); }
H1.HeaderClassName
{
color: #1501A8;
}
.AnyTagClassName
{
color: #1501A8;
}
</style>
background-color css
<style>
a { background-color: #1501A8; }
a { background-color: rgb(21,1,168); }
div.DivClassName
{
background-color: #1501A8;
}
.BgClassName
{
background-color: #1501A8;
}
</style>
border-color css
<style>
span { border-color: #1501A8; }
span { border-color: rgb(21,1,168); }
td.TdClassName
{
border-color: #1501A8;
}
.TagClassName
{
border-color: #1501A8;
}
</style>