Shades of New Midnight Blue #01029C
Tints of New Midnight Blue #01029C
RGB
CMYK
RGB Variations
Color information
#01029C (or 0x01029C) is known color: New Midnight Blue. HEX triplet: 01, 02 and 9C. RGB value is (1,2,156). Sum of RGB (Red+Green+Blue) = 1+2+156=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 156 (61.33% from 255 or 98.11% from 159); Max value from RGB is 156 - color contains mainly: blue. Hex color #01029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01029C is #FEFD63. Grayscale: #121212. Windows color (decimal): -16711012 or 10224129. OLE color: 10224129.
HSL color Cylindrical-coordinate representation of color #01029C: hue angle of 239.61º 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 #01029C is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 2 | 156 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.39 |
| HSL | 239.61º | 0.99% | 0.31% | - |
| HSV(B) | 239.61º | 0.99% | 0.61% | - |
| XYZ | 6.03 | 2.45 | 31.61 | - |
| YUV | 19.26 | 205.17 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 156 | 0.99 | 0.99 | 0 | 0.39 | 239.61 | 0.99 | 0.31 |
| Hex | 1 | 2 | 9C | 63 | 63 | 0 | 27 | F0 | 63 | 1F |
| Octal | 1 | 2 | 234 | 143 | 143 | 0 | 47 | 360 | 143 | 37 |
| Binary | 1 | 10 | 10011100 | 1100011 | 1100011 | 0 | 100111 | 11110000 | 1100011 | 11111 |
Color Harmonies of #01029C
Complementary color
Monochromatic Colors of #01029C
Black with #01029C
Text Example
Text Example
White with #01029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01029C; }
p { color: rgb(1,2,156); }
H1.HeaderClassName
{
color: #01029C;
}
.AnyTagClassName
{
color: #01029C;
}
</style>
background-color css
<style>
a { background-color: #01029C; }
a { background-color: rgb(1,2,156); }
div.DivClassName
{
background-color: #01029C;
}
.BgClassName
{
background-color: #01029C;
}
</style>
border-color css
<style>
span { border-color: #01029C; }
span { border-color: rgb(1,2,156); }
td.TdClassName
{
border-color: #01029C;
}
.TagClassName
{
border-color: #01029C;
}
</style>