Shades of New Midnight Blue #1502B2
Tints of New Midnight Blue #1502B2
RGB
CMYK
RGB Variations
Color information
#1502B2 (or 0x1502B2) is known color: New Midnight Blue. HEX triplet: 15, 02 and B2. RGB value is (21,2,178). Sum of RGB (Red+Green+Blue) = 21+2+178=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 178 (69.92% from 255 or 88.56% from 201); Max value from RGB is 178 - color contains mainly: blue. Hex color #1502B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1502B2 is #EAFD4D. Grayscale: #1B1B1B. Windows color (decimal): -15400270 or 11665941. OLE color: 11665941.
HSL color Cylindrical-coordinate representation of color #1502B2: hue angle of 246.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1502B2 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 2 | 178 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.30 |
| HSL | 246.48º | 0.98% | 0.35% | - |
| HSV(B) | 246.48º | 0.99% | 0.7% | - |
| XYZ | 8.37 | 3.42 | 42.34 | - |
| YUV | 27.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 178 | 0.88 | 0.99 | 0 | 0.30 | 246.48 | 0.98 | 0.35 |
| Hex | 15 | 2 | B2 | 58 | 63 | 0 | 1E | F6 | 62 | 23 |
| Octal | 25 | 2 | 262 | 130 | 143 | 0 | 36 | 366 | 142 | 43 |
| Binary | 10101 | 10 | 10110010 | 1011000 | 1100011 | 0 | 11110 | 11110110 | 1100010 | 100011 |
Color Harmonies of #1502B2
Complementary color
Monochromatic Colors of #1502B2
Black with #1502B2
Text Example
Text Example
White with #1502B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1502B2; }
p { color: rgb(21,2,178); }
H1.HeaderClassName
{
color: #1502B2;
}
.AnyTagClassName
{
color: #1502B2;
}
</style>
background-color css
<style>
a { background-color: #1502B2; }
a { background-color: rgb(21,2,178); }
div.DivClassName
{
background-color: #1502B2;
}
.BgClassName
{
background-color: #1502B2;
}
</style>
border-color css
<style>
span { border-color: #1502B2; }
span { border-color: rgb(21,2,178); }
td.TdClassName
{
border-color: #1502B2;
}
.TagClassName
{
border-color: #1502B2;
}
</style>