Shades of New Midnight Blue #1509B2
Tints of New Midnight Blue #1509B2
RGB
CMYK
RGB Variations
Color information
#1509B2 (or 0x1509B2) is known color: New Midnight Blue. HEX triplet: 15, 09 and B2. RGB value is (21,9,178). Sum of RGB (Red+Green+Blue) = 21+9+178=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 178 (69.92% from 255 or 85.58% from 208); Max value from RGB is 178 - color contains mainly: blue. Hex color #1509B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1509B2 is #EAF64D. Grayscale: #1F1F1F. Windows color (decimal): -15398478 or 11667733. OLE color: 11667733.
HSL color Cylindrical-coordinate representation of color #1509B2: hue angle of 244.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1509B2 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 9 | 178 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.30 |
| HSL | 244.26º | 0.9% | 0.37% | - |
| HSV(B) | 244.26º | 0.95% | 0.7% | - |
| XYZ | 8.44 | 3.57 | 42.36 | - |
| YUV | 31.85 | 210.48 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 178 | 0.88 | 0.95 | 0 | 0.30 | 244.26 | 0.9 | 0.37 |
| Hex | 15 | 9 | B2 | 58 | 5F | 0 | 1E | F4 | 5A | 25 |
| Octal | 25 | 11 | 262 | 130 | 137 | 0 | 36 | 364 | 132 | 45 |
| Binary | 10101 | 1001 | 10110010 | 1011000 | 1011111 | 0 | 11110 | 11110100 | 1011010 | 100101 |
Color Harmonies of #1509B2
Complementary color
Monochromatic Colors of #1509B2
Black with #1509B2
Text Example
Text Example
White with #1509B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509B2; }
p { color: rgb(21,9,178); }
H1.HeaderClassName
{
color: #1509B2;
}
.AnyTagClassName
{
color: #1509B2;
}
</style>
background-color css
<style>
a { background-color: #1509B2; }
a { background-color: rgb(21,9,178); }
div.DivClassName
{
background-color: #1509B2;
}
.BgClassName
{
background-color: #1509B2;
}
</style>
border-color css
<style>
span { border-color: #1509B2; }
span { border-color: rgb(21,9,178); }
td.TdClassName
{
border-color: #1509B2;
}
.TagClassName
{
border-color: #1509B2;
}
</style>