Shades of New Midnight Blue #010099
Tints of New Midnight Blue #010099
RGB
CMYK
RGB Variations
Color information
#010099 (or 0x010099) is known color: New Midnight Blue. HEX triplet: 01, 00 and 99. RGB value is (1,0,153). Sum of RGB (Red+Green+Blue) = 1+0+153=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 153 (60.16% from 255 or 99.35% from 154); Max value from RGB is 153 - color contains mainly: blue. Hex color #010099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010099 is #FEFF66. Grayscale: #111111. Windows color (decimal): -16711527 or 10027009. OLE color: 10027009.
HSL color Cylindrical-coordinate representation of color #010099: hue angle of 240.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010099 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 0 | 153 | - |
| CMYK | 0.99 | 1 | 0 | 0.4 |
| HSL | 240.39º | 1% | 0.3% | - |
| HSV(B) | 240.39º | 1% | 0.6% | - |
| XYZ | 5.76 | 2.31 | 30.28 | - |
| YUV | 17.74 | 204.33 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 153 | 0.99 | 1 | 0 | 0.4 | 240.39 | 1 | 0.3 |
| Hex | 1 | 0 | 99 | 63 | 64 | 0 | 28 | F0 | 64 | 1E |
| Octal | 1 | 0 | 231 | 143 | 144 | 0 | 50 | 360 | 144 | 36 |
| Binary | 1 | 0 | 10011001 | 1100011 | 1100100 | 0 | 101000 | 11110000 | 1100100 | 11110 |
Color Harmonies of #010099
Complementary color
Monochromatic Colors of #010099
Black with #010099
Text Example
Text Example
White with #010099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010099; }
p { color: rgb(1,0,153); }
H1.HeaderClassName
{
color: #010099;
}
.AnyTagClassName
{
color: #010099;
}
</style>
background-color css
<style>
a { background-color: #010099; }
a { background-color: rgb(1,0,153); }
div.DivClassName
{
background-color: #010099;
}
.BgClassName
{
background-color: #010099;
}
</style>
border-color css
<style>
span { border-color: #010099; }
span { border-color: rgb(1,0,153); }
td.TdClassName
{
border-color: #010099;
}
.TagClassName
{
border-color: #010099;
}
</style>