Shades of New Midnight Blue #01139D
Tints of New Midnight Blue #01139D
RGB
CMYK
RGB Variations
Color information
#01139D (or 0x01139D) is known color: New Midnight Blue. HEX triplet: 01, 13 and 9D. RGB value is (1,19,157). Sum of RGB (Red+Green+Blue) = 1+19+157=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 157 (61.72% from 255 or 88.70% from 177); Max value from RGB is 157 - color contains mainly: blue. Hex color #01139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01139D is #FEEC62. Grayscale: #1C1C1C. Windows color (decimal): -16706659 or 10294017. OLE color: 10294017.
HSL color Cylindrical-coordinate representation of color #01139D: hue angle of 233.08º 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 #01139D is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 19 | 157 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.38 |
| HSL | 233.08º | 0.99% | 0.31% | - |
| HSV(B) | 233.08º | 0.99% | 0.62% | - |
| XYZ | 6.33 | 2.91 | 32.13 | - |
| YUV | 29.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 157 | 0.99 | 0.88 | 0 | 0.38 | 233.08 | 0.99 | 0.31 |
| Hex | 1 | 13 | 9D | 63 | 58 | 0 | 26 | E9 | 63 | 1F |
| Octal | 1 | 23 | 235 | 143 | 130 | 0 | 46 | 351 | 143 | 37 |
| Binary | 1 | 10011 | 10011101 | 1100011 | 1011000 | 0 | 100110 | 11101001 | 1100011 | 11111 |
Color Harmonies of #01139D
Complementary color
Monochromatic Colors of #01139D
Black with #01139D
Text Example
Text Example
White with #01139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01139D; }
p { color: rgb(1,19,157); }
H1.HeaderClassName
{
color: #01139D;
}
.AnyTagClassName
{
color: #01139D;
}
</style>
background-color css
<style>
a { background-color: #01139D; }
a { background-color: rgb(1,19,157); }
div.DivClassName
{
background-color: #01139D;
}
.BgClassName
{
background-color: #01139D;
}
</style>
border-color css
<style>
span { border-color: #01139D; }
span { border-color: rgb(1,19,157); }
td.TdClassName
{
border-color: #01139D;
}
.TagClassName
{
border-color: #01139D;
}
</style>