Shades of New Midnight Blue #0014AB
Tints of New Midnight Blue #0014AB
RGB
CMYK
RGB Variations
Color information
#0014AB (or 0x0014AB) is known color: New Midnight Blue. HEX triplet: 00, 14 and AB. RGB value is (0,20,171). Sum of RGB (Red+Green+Blue) = 0+20+171=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 171 (67.19% from 255 or 89.53% from 191); Max value from RGB is 171 - color contains mainly: blue. Hex color #0014AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0014AB is #FFEB54. Grayscale: #1E1E1E. Windows color (decimal): -16771925 or 11211776. OLE color: 11211776.
HSL color Cylindrical-coordinate representation of color #0014AB: hue angle of 232.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0014AB is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 20 | 171 | - |
| CMYK | 1 | 0.88 | 0 | 0.33 |
| HSL | 232.98º | 1% | 0.34% | - |
| HSV(B) | 232.98º | 1% | 0.67% | - |
| XYZ | 7.6 | 3.44 | 38.79 | - |
| YUV | 31.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 171 | 1 | 0.88 | 0 | 0.33 | 232.98 | 1 | 0.34 |
| Hex | 0 | 14 | AB | 64 | 58 | 0 | 21 | E9 | 64 | 22 |
| Octal | 0 | 24 | 253 | 144 | 130 | 0 | 41 | 351 | 144 | 42 |
| Binary | 0 | 10100 | 10101011 | 1100100 | 1011000 | 0 | 100001 | 11101001 | 1100100 | 100010 |
Color Harmonies of #0014AB
Complementary color
Monochromatic Colors of #0014AB
Black with #0014AB
Text Example
Text Example
White with #0014AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0014AB; }
p { color: rgb(0,20,171); }
H1.HeaderClassName
{
color: #0014AB;
}
.AnyTagClassName
{
color: #0014AB;
}
</style>
background-color css
<style>
a { background-color: #0014AB; }
a { background-color: rgb(0,20,171); }
div.DivClassName
{
background-color: #0014AB;
}
.BgClassName
{
background-color: #0014AB;
}
</style>
border-color css
<style>
span { border-color: #0014AB; }
span { border-color: rgb(0,20,171); }
td.TdClassName
{
border-color: #0014AB;
}
.TagClassName
{
border-color: #0014AB;
}
</style>