Shades of New Midnight Blue #0015A2
Tints of New Midnight Blue #0015A2
RGB
CMYK
RGB Variations
Color information
#0015A2 (or 0x0015A2) is known color: New Midnight Blue. HEX triplet: 00, 15 and A2. RGB value is (0,21,162). Sum of RGB (Red+Green+Blue) = 0+21+162=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 162 (63.67% from 255 or 88.52% from 183); Max value from RGB is 162 - color contains mainly: blue. Hex color #0015A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0015A2 is #FFEA5D. Grayscale: #1E1E1E. Windows color (decimal): -16771678 or 10622208. OLE color: 10622208.
HSL color Cylindrical-coordinate representation of color #0015A2: hue angle of 232.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0015A2 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 21 | 162 | - |
| CMYK | 1 | 0.87 | 0 | 0.36 |
| HSL | 232.22º | 1% | 0.32% | - |
| HSV(B) | 232.22º | 1% | 0.64% | - |
| XYZ | 6.79 | 3.14 | 34.43 | - |
| YUV | 30.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 162 | 1 | 0.87 | 0 | 0.36 | 232.22 | 1 | 0.32 |
| Hex | 0 | 15 | A2 | 64 | 57 | 0 | 24 | E8 | 64 | 20 |
| Octal | 0 | 25 | 242 | 144 | 127 | 0 | 44 | 350 | 144 | 40 |
| Binary | 0 | 10101 | 10100010 | 1100100 | 1010111 | 0 | 100100 | 11101000 | 1100100 | 100000 |
Color Harmonies of #0015A2
Complementary color
Monochromatic Colors of #0015A2
Black with #0015A2
Text Example
Text Example
White with #0015A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0015A2; }
p { color: rgb(0,21,162); }
H1.HeaderClassName
{
color: #0015A2;
}
.AnyTagClassName
{
color: #0015A2;
}
</style>
background-color css
<style>
a { background-color: #0015A2; }
a { background-color: rgb(0,21,162); }
div.DivClassName
{
background-color: #0015A2;
}
.BgClassName
{
background-color: #0015A2;
}
</style>
border-color css
<style>
span { border-color: #0015A2; }
span { border-color: rgb(0,21,162); }
td.TdClassName
{
border-color: #0015A2;
}
.TagClassName
{
border-color: #0015A2;
}
</style>