Shades of New Midnight Blue #01099E
Tints of New Midnight Blue #01099E
RGB
CMYK
RGB Variations
Color information
#01099E (or 0x01099E) is known color: New Midnight Blue. HEX triplet: 01, 09 and 9E. RGB value is (1,9,158). Sum of RGB (Red+Green+Blue) = 1+9+158=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 158 (62.11% from 255 or 94.05% from 168); Max value from RGB is 158 - color contains mainly: blue. Hex color #01099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01099E is #FEF661. Grayscale: #161616. Windows color (decimal): -16709218 or 10356993. OLE color: 10356993.
HSL color Cylindrical-coordinate representation of color #01099E: hue angle of 236.94º 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 #01099E is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 9 | 158 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.38 |
| HSL | 236.94º | 0.99% | 0.31% | - |
| HSV(B) | 236.94º | 0.99% | 0.62% | - |
| XYZ | 6.28 | 2.67 | 32.53 | - |
| YUV | 23.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 158 | 0.99 | 0.94 | 0 | 0.38 | 236.94 | 0.99 | 0.31 |
| Hex | 1 | 9 | 9E | 63 | 5E | 0 | 26 | ED | 63 | 1F |
| Octal | 1 | 11 | 236 | 143 | 136 | 0 | 46 | 355 | 143 | 37 |
| Binary | 1 | 1001 | 10011110 | 1100011 | 1011110 | 0 | 100110 | 11101101 | 1100011 | 11111 |
Color Harmonies of #01099E
Complementary color
Monochromatic Colors of #01099E
Black with #01099E
Text Example
Text Example
White with #01099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01099E; }
p { color: rgb(1,9,158); }
H1.HeaderClassName
{
color: #01099E;
}
.AnyTagClassName
{
color: #01099E;
}
</style>
background-color css
<style>
a { background-color: #01099E; }
a { background-color: rgb(1,9,158); }
div.DivClassName
{
background-color: #01099E;
}
.BgClassName
{
background-color: #01099E;
}
</style>
border-color css
<style>
span { border-color: #01099E; }
span { border-color: rgb(1,9,158); }
td.TdClassName
{
border-color: #01099E;
}
.TagClassName
{
border-color: #01099E;
}
</style>