Shades of New Midnight Blue #010698
Tints of New Midnight Blue #010698
RGB
CMYK
RGB Variations
Color information
#010698 (or 0x010698) is known color: New Midnight Blue. HEX triplet: 01, 06 and 98. RGB value is (1,6,152). Sum of RGB (Red+Green+Blue) = 1+6+152=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 152 (59.77% from 255 or 95.60% from 159); Max value from RGB is 152 - color contains mainly: blue. Hex color #010698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010698 is #FEF967. Grayscale: #141414. Windows color (decimal): -16709992 or 9963009. OLE color: 9963009.
HSL color Cylindrical-coordinate representation of color #010698: hue angle of 238.01º 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 #010698 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 6 | 152 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.40 |
| HSL | 238.01º | 0.99% | 0.3% | - |
| HSV(B) | 238.01º | 0.99% | 0.6% | - |
| XYZ | 5.75 | 2.4 | 29.87 | - |
| YUV | 21.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 152 | 0.99 | 0.96 | 0 | 0.40 | 238.01 | 0.99 | 0.3 |
| Hex | 1 | 6 | 98 | 63 | 60 | 0 | 28 | EE | 63 | 1E |
| Octal | 1 | 6 | 230 | 143 | 140 | 0 | 50 | 356 | 143 | 36 |
| Binary | 1 | 110 | 10011000 | 1100011 | 1100000 | 0 | 101000 | 11101110 | 1100011 | 11110 |
Color Harmonies of #010698
Complementary color
Monochromatic Colors of #010698
Black with #010698
Text Example
Text Example
White with #010698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010698; }
p { color: rgb(1,6,152); }
H1.HeaderClassName
{
color: #010698;
}
.AnyTagClassName
{
color: #010698;
}
</style>
background-color css
<style>
a { background-color: #010698; }
a { background-color: rgb(1,6,152); }
div.DivClassName
{
background-color: #010698;
}
.BgClassName
{
background-color: #010698;
}
</style>
border-color css
<style>
span { border-color: #010698; }
span { border-color: rgb(1,6,152); }
td.TdClassName
{
border-color: #010698;
}
.TagClassName
{
border-color: #010698;
}
</style>