Shades of New Midnight Blue #010198
Tints of New Midnight Blue #010198
RGB
CMYK
RGB Variations
Color information
#010198 (or 0x010198) is known color: New Midnight Blue. HEX triplet: 01, 01 and 98. RGB value is (1,1,152). Sum of RGB (Red+Green+Blue) = 1+1+152=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 152 (59.77% from 255 or 98.70% from 154); Max value from RGB is 152 - color contains mainly: blue. Hex color #010198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010198 is #FEFE67. Grayscale: #111111. Windows color (decimal): -16711272 or 9961729. OLE color: 9961729.
HSL color Cylindrical-coordinate representation of color #010198: hue angle of 240º 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 #010198 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 1 | 152 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.40 |
| HSL | 240º | 0.99% | 0.3% | - |
| HSV(B) | 240º | 0.99% | 0.6% | - |
| XYZ | 5.69 | 2.3 | 29.85 | - |
| YUV | 18.21 | 203.5 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 152 | 0.99 | 0.99 | 0 | 0.40 | 240 | 0.99 | 0.3 |
| Hex | 1 | 1 | 98 | 63 | 63 | 0 | 28 | F0 | 63 | 1E |
| Octal | 1 | 1 | 230 | 143 | 143 | 0 | 50 | 360 | 143 | 36 |
| Binary | 1 | 1 | 10011000 | 1100011 | 1100011 | 0 | 101000 | 11110000 | 1100011 | 11110 |
Color Harmonies of #010198
Complementary color
Monochromatic Colors of #010198
Black with #010198
Text Example
Text Example
White with #010198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010198; }
p { color: rgb(1,1,152); }
H1.HeaderClassName
{
color: #010198;
}
.AnyTagClassName
{
color: #010198;
}
</style>
background-color css
<style>
a { background-color: #010198; }
a { background-color: rgb(1,1,152); }
div.DivClassName
{
background-color: #010198;
}
.BgClassName
{
background-color: #010198;
}
</style>
border-color css
<style>
span { border-color: #010198; }
span { border-color: rgb(1,1,152); }
td.TdClassName
{
border-color: #010198;
}
.TagClassName
{
border-color: #010198;
}
</style>