Shades of New Midnight Blue #0013AA
Tints of New Midnight Blue #0013AA
RGB
CMYK
RGB Variations
Color information
#0013AA (or 0x0013AA) is known color: New Midnight Blue. HEX triplet: 00, 13 and AA. RGB value is (0,19,170). Sum of RGB (Red+Green+Blue) = 0+19+170=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #0013AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0013AA is #FFEC55. Grayscale: #1D1D1D. Windows color (decimal): -16772182 or 11145984. OLE color: 11145984.
HSL color Cylindrical-coordinate representation of color #0013AA: hue angle of 233.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013AA is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 19 | 170 | - |
| CMYK | 1 | 0.89 | 0 | 0.33 |
| HSL | 233.29º | 1% | 0.33% | - |
| HSV(B) | 233.29º | 1% | 0.67% | - |
| XYZ | 7.49 | 3.37 | 38.29 | - |
| YUV | 30.53 | 206.71 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 170 | 1 | 0.89 | 0 | 0.33 | 233.29 | 1 | 0.33 |
| Hex | 0 | 13 | AA | 64 | 59 | 0 | 21 | E9 | 64 | 21 |
| Octal | 0 | 23 | 252 | 144 | 131 | 0 | 41 | 351 | 144 | 41 |
| Binary | 0 | 10011 | 10101010 | 1100100 | 1011001 | 0 | 100001 | 11101001 | 1100100 | 100001 |
Color Harmonies of #0013AA
Complementary color
Monochromatic Colors of #0013AA
Black with #0013AA
Text Example
Text Example
White with #0013AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013AA; }
p { color: rgb(0,19,170); }
H1.HeaderClassName
{
color: #0013AA;
}
.AnyTagClassName
{
color: #0013AA;
}
</style>
background-color css
<style>
a { background-color: #0013AA; }
a { background-color: rgb(0,19,170); }
div.DivClassName
{
background-color: #0013AA;
}
.BgClassName
{
background-color: #0013AA;
}
</style>
border-color css
<style>
span { border-color: #0013AA; }
span { border-color: rgb(0,19,170); }
td.TdClassName
{
border-color: #0013AA;
}
.TagClassName
{
border-color: #0013AA;
}
</style>