Shades of New Midnight Blue #01149C
Tints of New Midnight Blue #01149C
RGB
CMYK
RGB Variations
Color information
#01149C (or 0x01149C) is known color: New Midnight Blue. HEX triplet: 01, 14 and 9C. RGB value is (1,20,156). Sum of RGB (Red+Green+Blue) = 1+20+156=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #01149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01149C is #FEEB63. Grayscale: #1D1D1D. Windows color (decimal): -16706404 or 10228737. OLE color: 10228737.
HSL color Cylindrical-coordinate representation of color #01149C: hue angle of 232.65º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01149C is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 20 | 156 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.39 |
| HSL | 232.65º | 0.99% | 0.31% | - |
| HSV(B) | 232.65º | 0.99% | 0.61% | - |
| XYZ | 6.26 | 2.91 | 31.68 | - |
| YUV | 29.82 | 199.21 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 156 | 0.99 | 0.87 | 0 | 0.39 | 232.65 | 0.99 | 0.31 |
| Hex | 1 | 14 | 9C | 63 | 57 | 0 | 27 | E9 | 63 | 1F |
| Octal | 1 | 24 | 234 | 143 | 127 | 0 | 47 | 351 | 143 | 37 |
| Binary | 1 | 10100 | 10011100 | 1100011 | 1010111 | 0 | 100111 | 11101001 | 1100011 | 11111 |
Color Harmonies of #01149C
Complementary color
Monochromatic Colors of #01149C
Black with #01149C
Text Example
Text Example
White with #01149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01149C; }
p { color: rgb(1,20,156); }
H1.HeaderClassName
{
color: #01149C;
}
.AnyTagClassName
{
color: #01149C;
}
</style>
background-color css
<style>
a { background-color: #01149C; }
a { background-color: rgb(1,20,156); }
div.DivClassName
{
background-color: #01149C;
}
.BgClassName
{
background-color: #01149C;
}
</style>
border-color css
<style>
span { border-color: #01149C; }
span { border-color: rgb(1,20,156); }
td.TdClassName
{
border-color: #01149C;
}
.TagClassName
{
border-color: #01149C;
}
</style>