Shades of New Midnight Blue #01129E
Tints of New Midnight Blue #01129E
RGB
CMYK
RGB Variations
Color information
#01129E (or 0x01129E) is known color: New Midnight Blue. HEX triplet: 01, 12 and 9E. RGB value is (1,18,158). Sum of RGB (Red+Green+Blue) = 1+18+158=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #01129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01129E is #FEED61. Grayscale: #1C1C1C. Windows color (decimal): -16706914 or 10359297. OLE color: 10359297.
HSL color Cylindrical-coordinate representation of color #01129E: hue angle of 233.5º 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 #01129E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 18 | 158 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.38 |
| HSL | 233.5º | 0.99% | 0.31% | - |
| HSV(B) | 233.5º | 0.99% | 0.62% | - |
| XYZ | 6.4 | 2.91 | 32.57 | - |
| YUV | 28.88 | 200.87 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 158 | 0.99 | 0.89 | 0 | 0.38 | 233.5 | 0.99 | 0.31 |
| Hex | 1 | 12 | 9E | 63 | 59 | 0 | 26 | EA | 63 | 1F |
| Octal | 1 | 22 | 236 | 143 | 131 | 0 | 46 | 352 | 143 | 37 |
| Binary | 1 | 10010 | 10011110 | 1100011 | 1011001 | 0 | 100110 | 11101010 | 1100011 | 11111 |
Color Harmonies of #01129E
Complementary color
Monochromatic Colors of #01129E
Black with #01129E
Text Example
Text Example
White with #01129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01129E; }
p { color: rgb(1,18,158); }
H1.HeaderClassName
{
color: #01129E;
}
.AnyTagClassName
{
color: #01129E;
}
</style>
background-color css
<style>
a { background-color: #01129E; }
a { background-color: rgb(1,18,158); }
div.DivClassName
{
background-color: #01129E;
}
.BgClassName
{
background-color: #01129E;
}
</style>
border-color css
<style>
span { border-color: #01129E; }
span { border-color: rgb(1,18,158); }
td.TdClassName
{
border-color: #01129E;
}
.TagClassName
{
border-color: #01129E;
}
</style>