Shades of New Midnight Blue #0013AE
Tints of New Midnight Blue #0013AE
RGB
CMYK
RGB Variations
Color information
#0013AE (or 0x0013AE) is known color: New Midnight Blue. HEX triplet: 00, 13 and AE. RGB value is (0,19,174). Sum of RGB (Red+Green+Blue) = 0+19+174=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #0013AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0013AE is #FFEC51. Grayscale: #1E1E1E. Windows color (decimal): -16772178 or 11408128. OLE color: 11408128.
HSL color Cylindrical-coordinate representation of color #0013AE: hue angle of 233.45º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013AE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 19 | 174 | - |
| CMYK | 1 | 0.89 | 0 | 0.32 |
| HSL | 233.45º | 1% | 0.34% | - |
| HSV(B) | 233.45º | 1% | 0.68% | - |
| XYZ | 7.87 | 3.52 | 40.31 | - |
| YUV | 30.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 174 | 1 | 0.89 | 0 | 0.32 | 233.45 | 1 | 0.34 |
| Hex | 0 | 13 | AE | 64 | 59 | 0 | 20 | E9 | 64 | 22 |
| Octal | 0 | 23 | 256 | 144 | 131 | 0 | 40 | 351 | 144 | 42 |
| Binary | 0 | 10011 | 10101110 | 1100100 | 1011001 | 0 | 100000 | 11101001 | 1100100 | 100010 |
Color Harmonies of #0013AE
Complementary color
Monochromatic Colors of #0013AE
Black with #0013AE
Text Example
Text Example
White with #0013AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013AE; }
p { color: rgb(0,19,174); }
H1.HeaderClassName
{
color: #0013AE;
}
.AnyTagClassName
{
color: #0013AE;
}
</style>
background-color css
<style>
a { background-color: #0013AE; }
a { background-color: rgb(0,19,174); }
div.DivClassName
{
background-color: #0013AE;
}
.BgClassName
{
background-color: #0013AE;
}
</style>
border-color css
<style>
span { border-color: #0013AE; }
span { border-color: rgb(0,19,174); }
td.TdClassName
{
border-color: #0013AE;
}
.TagClassName
{
border-color: #0013AE;
}
</style>