Shades of New Midnight Blue #1500B3
Tints of New Midnight Blue #1500B3
RGB
CMYK
RGB Variations
Color information
#1500B3 (or 0x1500B3) is known color: New Midnight Blue. HEX triplet: 15, 00 and B3. RGB value is (21,0,179). Sum of RGB (Red+Green+Blue) = 21+0+179=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 179 (70.31% from 255 or 89.5% from 200); Max value from RGB is 179 - color contains mainly: blue. Hex color #1500B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500B3 is #EAFF4C. Grayscale: #191919. Windows color (decimal): -15400781 or 11730965. OLE color: 11730965.
HSL color Cylindrical-coordinate representation of color #1500B3: hue angle of 247.04º 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 #1500B3 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 0 | 179 | - |
| CMYK | 0.88 | 1 | 0 | 0.30 |
| HSL | 247.04º | 1% | 0.35% | - |
| HSV(B) | 247.04º | 1% | 0.7% | - |
| XYZ | 8.45 | 3.41 | 42.86 | - |
| YUV | 26.69 | 213.96 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 179 | 0.88 | 1 | 0 | 0.30 | 247.04 | 1 | 0.35 |
| Hex | 15 | 0 | B3 | 58 | 64 | 0 | 1E | F7 | 64 | 23 |
| Octal | 25 | 0 | 263 | 130 | 144 | 0 | 36 | 367 | 144 | 43 |
| Binary | 10101 | 0 | 10110011 | 1011000 | 1100100 | 0 | 11110 | 11110111 | 1100100 | 100011 |
Color Harmonies of #1500B3
Complementary color
Monochromatic Colors of #1500B3
Black with #1500B3
Text Example
Text Example
White with #1500B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1500B3; }
p { color: rgb(21,0,179); }
H1.HeaderClassName
{
color: #1500B3;
}
.AnyTagClassName
{
color: #1500B3;
}
</style>
background-color css
<style>
a { background-color: #1500B3; }
a { background-color: rgb(21,0,179); }
div.DivClassName
{
background-color: #1500B3;
}
.BgClassName
{
background-color: #1500B3;
}
</style>
border-color css
<style>
span { border-color: #1500B3; }
span { border-color: rgb(21,0,179); }
td.TdClassName
{
border-color: #1500B3;
}
.TagClassName
{
border-color: #1500B3;
}
</style>