Shades of New Midnight Blue #010D98
Tints of New Midnight Blue #010D98
RGB
CMYK
RGB Variations
Color information
#010D98 (or 0x010D98) is known color: New Midnight Blue. HEX triplet: 01, 0D and 98. RGB value is (1,13,152). Sum of RGB (Red+Green+Blue) = 1+13+152=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 152 (59.77% from 255 or 91.57% from 166); Max value from RGB is 152 - color contains mainly: blue. Hex color #010D98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010D98 is #FEF267. Grayscale: #181818. Windows color (decimal): -16708200 or 9964801. OLE color: 9964801.
HSL color Cylindrical-coordinate representation of color #010D98: hue angle of 235.23º 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 #010D98 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 13 | 152 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.40 |
| HSL | 235.23º | 0.99% | 0.3% | - |
| HSV(B) | 235.23º | 0.99% | 0.6% | - |
| XYZ | 5.82 | 2.56 | 29.89 | - |
| YUV | 25.26 | 199.52 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 152 | 0.99 | 0.91 | 0 | 0.40 | 235.23 | 0.99 | 0.3 |
| Hex | 1 | D | 98 | 63 | 5B | 0 | 28 | EB | 63 | 1E |
| Octal | 1 | 15 | 230 | 143 | 133 | 0 | 50 | 353 | 143 | 36 |
| Binary | 1 | 1101 | 10011000 | 1100011 | 1011011 | 0 | 101000 | 11101011 | 1100011 | 11110 |
Color Harmonies of #010D98
Complementary color
Monochromatic Colors of #010D98
Black with #010D98
Text Example
Text Example
White with #010D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D98; }
p { color: rgb(1,13,152); }
H1.HeaderClassName
{
color: #010D98;
}
.AnyTagClassName
{
color: #010D98;
}
</style>
background-color css
<style>
a { background-color: #010D98; }
a { background-color: rgb(1,13,152); }
div.DivClassName
{
background-color: #010D98;
}
.BgClassName
{
background-color: #010D98;
}
</style>
border-color css
<style>
span { border-color: #010D98; }
span { border-color: rgb(1,13,152); }
td.TdClassName
{
border-color: #010D98;
}
.TagClassName
{
border-color: #010D98;
}
</style>