Shades of New Midnight Blue #0215AA
Tints of New Midnight Blue #0215AA
RGB
CMYK
RGB Variations
Color information
#0215AA (or 0x0215AA) is known color: New Midnight Blue. HEX triplet: 02, 15 and AA. RGB value is (2,21,170). Sum of RGB (Red+Green+Blue) = 2+21+170=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #0215AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0215AA is #FDEA55. Grayscale: #1F1F1F. Windows color (decimal): -16640598 or 11146498. OLE color: 11146498.
HSL color Cylindrical-coordinate representation of color #0215AA: hue angle of 233.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0215AA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 21 | 170 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.33 |
| HSL | 233.21º | 0.98% | 0.34% | - |
| HSV(B) | 233.21º | 0.99% | 0.67% | - |
| XYZ | 7.55 | 3.45 | 38.3 | - |
| YUV | 32.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 170 | 0.99 | 0.88 | 0 | 0.33 | 233.21 | 0.98 | 0.34 |
| Hex | 2 | 15 | AA | 63 | 58 | 0 | 21 | E9 | 62 | 22 |
| Octal | 2 | 25 | 252 | 143 | 130 | 0 | 41 | 351 | 142 | 42 |
| Binary | 10 | 10101 | 10101010 | 1100011 | 1011000 | 0 | 100001 | 11101001 | 1100010 | 100010 |
Color Harmonies of #0215AA
Complementary color
Monochromatic Colors of #0215AA
Black with #0215AA
Text Example
Text Example
White with #0215AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215AA; }
p { color: rgb(2,21,170); }
H1.HeaderClassName
{
color: #0215AA;
}
.AnyTagClassName
{
color: #0215AA;
}
</style>
background-color css
<style>
a { background-color: #0215AA; }
a { background-color: rgb(2,21,170); }
div.DivClassName
{
background-color: #0215AA;
}
.BgClassName
{
background-color: #0215AA;
}
</style>
border-color css
<style>
span { border-color: #0215AA; }
span { border-color: rgb(2,21,170); }
td.TdClassName
{
border-color: #0215AA;
}
.TagClassName
{
border-color: #0215AA;
}
</style>