Shades of New Midnight Blue #01149E
Tints of New Midnight Blue #01149E
RGB
CMYK
RGB Variations
Color information
#01149E (or 0x01149E) is known color: New Midnight Blue. HEX triplet: 01, 14 and 9E. RGB value is (1,20,158). Sum of RGB (Red+Green+Blue) = 1+20+158=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #01149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01149E is #FEEB61. Grayscale: #1D1D1D. Windows color (decimal): -16706402 or 10359809. OLE color: 10359809.
HSL color Cylindrical-coordinate representation of color #01149E: hue angle of 232.74º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01149E is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 20 | 158 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.38 |
| HSL | 232.74º | 0.99% | 0.31% | - |
| HSV(B) | 232.74º | 0.99% | 0.62% | - |
| XYZ | 6.43 | 2.98 | 32.58 | - |
| YUV | 30.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 158 | 0.99 | 0.87 | 0 | 0.38 | 232.74 | 0.99 | 0.31 |
| Hex | 1 | 14 | 9E | 63 | 57 | 0 | 26 | E9 | 63 | 1F |
| Octal | 1 | 24 | 236 | 143 | 127 | 0 | 46 | 351 | 143 | 37 |
| Binary | 1 | 10100 | 10011110 | 1100011 | 1010111 | 0 | 100110 | 11101001 | 1100011 | 11111 |
Color Harmonies of #01149E
Complementary color
Monochromatic Colors of #01149E
Black with #01149E
Text Example
Text Example
White with #01149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01149E; }
p { color: rgb(1,20,158); }
H1.HeaderClassName
{
color: #01149E;
}
.AnyTagClassName
{
color: #01149E;
}
</style>
background-color css
<style>
a { background-color: #01149E; }
a { background-color: rgb(1,20,158); }
div.DivClassName
{
background-color: #01149E;
}
.BgClassName
{
background-color: #01149E;
}
</style>
border-color css
<style>
span { border-color: #01149E; }
span { border-color: rgb(1,20,158); }
td.TdClassName
{
border-color: #01149E;
}
.TagClassName
{
border-color: #01149E;
}
</style>