Shades of New Midnight Blue #1500B2
Tints of New Midnight Blue #1500B2
RGB
CMYK
RGB Variations
Color information
#1500B2 (or 0x1500B2) is known color: New Midnight Blue. HEX triplet: 15, 00 and B2. RGB value is (21,0,178). Sum of RGB (Red+Green+Blue) = 21+0+178=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 178 (69.92% from 255 or 89.45% from 199); Max value from RGB is 178 - color contains mainly: blue. Hex color #1500B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1500B2 is #EAFF4D. Grayscale: #191919. Windows color (decimal): -15400782 or 11665429. OLE color: 11665429.
HSL color Cylindrical-coordinate representation of color #1500B2: hue angle of 247.08º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1500B2 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 0 | 178 | - |
| CMYK | 0.88 | 1 | 0 | 0.30 |
| HSL | 247.08º | 1% | 0.35% | - |
| HSV(B) | 247.08º | 1% | 0.7% | - |
| XYZ | 8.35 | 3.37 | 42.33 | - |
| YUV | 26.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 178 | 0.88 | 1 | 0 | 0.30 | 247.08 | 1 | 0.35 |
| Hex | 15 | 0 | B2 | 58 | 64 | 0 | 1E | F7 | 64 | 23 |
| Octal | 25 | 0 | 262 | 130 | 144 | 0 | 36 | 367 | 144 | 43 |
| Binary | 10101 | 0 | 10110010 | 1011000 | 1100100 | 0 | 11110 | 11110111 | 1100100 | 100011 |
Color Harmonies of #1500B2
Complementary color
Monochromatic Colors of #1500B2
Black with #1500B2
Text Example
Text Example
White with #1500B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500B2; }
p { color: rgb(21,0,178); }
H1.HeaderClassName
{
color: #1500B2;
}
.AnyTagClassName
{
color: #1500B2;
}
</style>
background-color css
<style>
a { background-color: #1500B2; }
a { background-color: rgb(21,0,178); }
div.DivClassName
{
background-color: #1500B2;
}
.BgClassName
{
background-color: #1500B2;
}
</style>
border-color css
<style>
span { border-color: #1500B2; }
span { border-color: rgb(21,0,178); }
td.TdClassName
{
border-color: #1500B2;
}
.TagClassName
{
border-color: #1500B2;
}
</style>