Shades of New Midnight Blue #0213AD
Tints of New Midnight Blue #0213AD
RGB
CMYK
RGB Variations
Color information
#0213AD (or 0x0213AD) is known color: New Midnight Blue. HEX triplet: 02, 13 and AD. RGB value is (2,19,173). Sum of RGB (Red+Green+Blue) = 2+19+173=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #0213AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0213AD is #FDEC52. Grayscale: #1E1E1E. Windows color (decimal): -16641107 or 11342594. OLE color: 11342594.
HSL color Cylindrical-coordinate representation of color #0213AD: hue angle of 234.04º degrees, saturation: 0.98, 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 #0213AD is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 19 | 173 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.32 |
| HSL | 234.04º | 0.98% | 0.34% | - |
| HSV(B) | 234.04º | 0.99% | 0.68% | - |
| XYZ | 7.8 | 3.5 | 39.8 | - |
| YUV | 31.47 | 207.87 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 173 | 0.99 | 0.89 | 0 | 0.32 | 234.04 | 0.98 | 0.34 |
| Hex | 2 | 13 | AD | 63 | 59 | 0 | 20 | EA | 62 | 22 |
| Octal | 2 | 23 | 255 | 143 | 131 | 0 | 40 | 352 | 142 | 42 |
| Binary | 10 | 10011 | 10101101 | 1100011 | 1011001 | 0 | 100000 | 11101010 | 1100010 | 100010 |
Color Harmonies of #0213AD
Complementary color
Monochromatic Colors of #0213AD
Black with #0213AD
Text Example
Text Example
White with #0213AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0213AD; }
p { color: rgb(2,19,173); }
H1.HeaderClassName
{
color: #0213AD;
}
.AnyTagClassName
{
color: #0213AD;
}
</style>
background-color css
<style>
a { background-color: #0213AD; }
a { background-color: rgb(2,19,173); }
div.DivClassName
{
background-color: #0213AD;
}
.BgClassName
{
background-color: #0213AD;
}
</style>
border-color css
<style>
span { border-color: #0213AD; }
span { border-color: rgb(2,19,173); }
td.TdClassName
{
border-color: #0213AD;
}
.TagClassName
{
border-color: #0213AD;
}
</style>