Shades of New Midnight Blue #01039A
Tints of New Midnight Blue #01039A
RGB
CMYK
RGB Variations
Color information
#01039A (or 0x01039A) is known color: New Midnight Blue. HEX triplet: 01, 03 and 9A. RGB value is (1,3,154). Sum of RGB (Red+Green+Blue) = 1+3+154=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 154 (60.55% from 255 or 97.47% from 158); Max value from RGB is 154 - color contains mainly: blue. Hex color #01039A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01039A is #FEFC65. Grayscale: #131313. Windows color (decimal): -16710758 or 10093313. OLE color: 10093313.
HSL color Cylindrical-coordinate representation of color #01039A: hue angle of 239.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01039A is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 3 | 154 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.40 |
| HSL | 239.22º | 0.99% | 0.3% | - |
| HSV(B) | 239.22º | 0.99% | 0.6% | - |
| XYZ | 5.88 | 2.4 | 30.73 | - |
| YUV | 19.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 154 | 0.99 | 0.98 | 0 | 0.40 | 239.22 | 0.99 | 0.3 |
| Hex | 1 | 3 | 9A | 63 | 62 | 0 | 28 | EF | 63 | 1E |
| Octal | 1 | 3 | 232 | 143 | 142 | 0 | 50 | 357 | 143 | 36 |
| Binary | 1 | 11 | 10011010 | 1100011 | 1100010 | 0 | 101000 | 11101111 | 1100011 | 11110 |
Color Harmonies of #01039A
Complementary color
Monochromatic Colors of #01039A
Black with #01039A
Text Example
Text Example
White with #01039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01039A; }
p { color: rgb(1,3,154); }
H1.HeaderClassName
{
color: #01039A;
}
.AnyTagClassName
{
color: #01039A;
}
</style>
background-color css
<style>
a { background-color: #01039A; }
a { background-color: rgb(1,3,154); }
div.DivClassName
{
background-color: #01039A;
}
.BgClassName
{
background-color: #01039A;
}
</style>
border-color css
<style>
span { border-color: #01039A; }
span { border-color: rgb(1,3,154); }
td.TdClassName
{
border-color: #01039A;
}
.TagClassName
{
border-color: #01039A;
}
</style>