Shades of New Midnight Blue #1502B4
Tints of New Midnight Blue #1502B4
RGB
CMYK
RGB Variations
Color information
#1502B4 (or 0x1502B4) is known color: New Midnight Blue. HEX triplet: 15, 02 and B4. RGB value is (21,2,180). Sum of RGB (Red+Green+Blue) = 21+2+180=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 180 (70.70% from 255 or 88.67% from 203); Max value from RGB is 180 - color contains mainly: blue. Hex color #1502B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1502B4 is #EAFD4B. Grayscale: #1B1B1B. Windows color (decimal): -15400268 or 11797013. OLE color: 11797013.
HSL color Cylindrical-coordinate representation of color #1502B4: hue angle of 246.4º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502B4 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 2 | 180 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.29 |
| HSL | 246.4º | 0.98% | 0.36% | - |
| HSV(B) | 246.4º | 0.99% | 0.71% | - |
| XYZ | 8.57 | 3.5 | 43.4 | - |
| YUV | 27.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 180 | 0.88 | 0.99 | 0 | 0.29 | 246.4 | 0.98 | 0.36 |
| Hex | 15 | 2 | B4 | 58 | 63 | 0 | 1D | F6 | 62 | 24 |
| Octal | 25 | 2 | 264 | 130 | 143 | 0 | 35 | 366 | 142 | 44 |
| Binary | 10101 | 10 | 10110100 | 1011000 | 1100011 | 0 | 11101 | 11110110 | 1100010 | 100100 |
Color Harmonies of #1502B4
Complementary color
Monochromatic Colors of #1502B4
Black with #1502B4
Text Example
Text Example
White with #1502B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502B4; }
p { color: rgb(21,2,180); }
H1.HeaderClassName
{
color: #1502B4;
}
.AnyTagClassName
{
color: #1502B4;
}
</style>
background-color css
<style>
a { background-color: #1502B4; }
a { background-color: rgb(21,2,180); }
div.DivClassName
{
background-color: #1502B4;
}
.BgClassName
{
background-color: #1502B4;
}
</style>
border-color css
<style>
span { border-color: #1502B4; }
span { border-color: rgb(21,2,180); }
td.TdClassName
{
border-color: #1502B4;
}
.TagClassName
{
border-color: #1502B4;
}
</style>