Shades of New Midnight Blue #0201AE
Tints of New Midnight Blue #0201AE
RGB
CMYK
RGB Variations
Color information
#0201AE (or 0x0201AE) is known color: New Midnight Blue. HEX triplet: 02, 01 and AE. RGB value is (2,1,174). Sum of RGB (Red+Green+Blue) = 2+1+174=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 174 (68.36% from 255 or 98.31% from 177); Max value from RGB is 174 - color contains mainly: blue. Hex color #0201AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0201AE is #FDFE51. Grayscale: #141414. Windows color (decimal): -16645714 or 11403522. OLE color: 11403522.
HSL color Cylindrical-coordinate representation of color #0201AE: hue angle of 240.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0201AE is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 1 | 174 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.32 |
| HSL | 240.35º | 0.99% | 0.34% | - |
| HSV(B) | 240.35º | 0.99% | 0.68% | - |
| XYZ | 7.68 | 3.09 | 40.24 | - |
| YUV | 21.02 | 214.33 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 174 | 0.99 | 0.99 | 0 | 0.32 | 240.35 | 0.99 | 0.34 |
| Hex | 2 | 1 | AE | 63 | 63 | 0 | 20 | F0 | 63 | 22 |
| Octal | 2 | 1 | 256 | 143 | 143 | 0 | 40 | 360 | 143 | 42 |
| Binary | 10 | 1 | 10101110 | 1100011 | 1100011 | 0 | 100000 | 11110000 | 1100011 | 100010 |
Color Harmonies of #0201AE
Complementary color
Monochromatic Colors of #0201AE
Black with #0201AE
Text Example
Text Example
White with #0201AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0201AE; }
p { color: rgb(2,1,174); }
H1.HeaderClassName
{
color: #0201AE;
}
.AnyTagClassName
{
color: #0201AE;
}
</style>
background-color css
<style>
a { background-color: #0201AE; }
a { background-color: rgb(2,1,174); }
div.DivClassName
{
background-color: #0201AE;
}
.BgClassName
{
background-color: #0201AE;
}
</style>
border-color css
<style>
span { border-color: #0201AE; }
span { border-color: rgb(2,1,174); }
td.TdClassName
{
border-color: #0201AE;
}
.TagClassName
{
border-color: #0201AE;
}
</style>