Shades of New Midnight Blue #01139B
Tints of New Midnight Blue #01139B
RGB
CMYK
RGB Variations
Color information
#01139B (or 0x01139B) is known color: New Midnight Blue. HEX triplet: 01, 13 and 9B. RGB value is (1,19,155). Sum of RGB (Red+Green+Blue) = 1+19+155=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #01139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01139B is #FEEC64. Grayscale: #1C1C1C. Windows color (decimal): -16706661 or 10162945. OLE color: 10162945.
HSL color Cylindrical-coordinate representation of color #01139B: hue angle of 232.99º 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 #01139B is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 19 | 155 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.39 |
| HSL | 232.99º | 0.99% | 0.31% | - |
| HSV(B) | 232.99º | 0.99% | 0.61% | - |
| XYZ | 6.16 | 2.84 | 31.23 | - |
| YUV | 29.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 155 | 0.99 | 0.88 | 0 | 0.39 | 232.99 | 0.99 | 0.31 |
| Hex | 1 | 13 | 9B | 63 | 58 | 0 | 27 | E9 | 63 | 1F |
| Octal | 1 | 23 | 233 | 143 | 130 | 0 | 47 | 351 | 143 | 37 |
| Binary | 1 | 10011 | 10011011 | 1100011 | 1011000 | 0 | 100111 | 11101001 | 1100011 | 11111 |
Color Harmonies of #01139B
Complementary color
Monochromatic Colors of #01139B
Black with #01139B
Text Example
Text Example
White with #01139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01139B; }
p { color: rgb(1,19,155); }
H1.HeaderClassName
{
color: #01139B;
}
.AnyTagClassName
{
color: #01139B;
}
</style>
background-color css
<style>
a { background-color: #01139B; }
a { background-color: rgb(1,19,155); }
div.DivClassName
{
background-color: #01139B;
}
.BgClassName
{
background-color: #01139B;
}
</style>
border-color css
<style>
span { border-color: #01139B; }
span { border-color: rgb(1,19,155); }
td.TdClassName
{
border-color: #01139B;
}
.TagClassName
{
border-color: #01139B;
}
</style>