Shades of New Midnight Blue #000798
Tints of New Midnight Blue #000798
RGB
CMYK
RGB Variations
Color information
#000798 (or 0x000798) is known color: New Midnight Blue. HEX triplet: 00, 07 and 98. RGB value is (0,7,152). Sum of RGB (Red+Green+Blue) = 0+7+152=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 7 (3.12% from 255 or 4.40% 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 #000798 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000798 is #FFF867. Grayscale: #141414. Windows color (decimal): -16775272 or 9963264. OLE color: 9963264.
HSL color Cylindrical-coordinate representation of color #000798: hue angle of 237.24º 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 #000798 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 7 | 152 | - |
| CMYK | 1 | 0.95 | 0 | 0.40 |
| HSL | 237.24º | 1% | 0.3% | - |
| HSV(B) | 237.24º | 1% | 0.6% | - |
| XYZ | 5.74 | 2.42 | 29.87 | - |
| YUV | 21.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 152 | 1 | 0.95 | 0 | 0.40 | 237.24 | 1 | 0.3 |
| Hex | 0 | 7 | 98 | 64 | 5F | 0 | 28 | ED | 64 | 1E |
| Octal | 0 | 7 | 230 | 144 | 137 | 0 | 50 | 355 | 144 | 36 |
| Binary | 0 | 111 | 10011000 | 1100100 | 1011111 | 0 | 101000 | 11101101 | 1100100 | 11110 |
Color Harmonies of #000798
Complementary color
Monochromatic Colors of #000798
Black with #000798
Text Example
Text Example
White with #000798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000798; }
p { color: rgb(0,7,152); }
H1.HeaderClassName
{
color: #000798;
}
.AnyTagClassName
{
color: #000798;
}
</style>
background-color css
<style>
a { background-color: #000798; }
a { background-color: rgb(0,7,152); }
div.DivClassName
{
background-color: #000798;
}
.BgClassName
{
background-color: #000798;
}
</style>
border-color css
<style>
span { border-color: #000798; }
span { border-color: rgb(0,7,152); }
td.TdClassName
{
border-color: #000798;
}
.TagClassName
{
border-color: #000798;
}
</style>