Shades of Midnight Blue #07197C
Tints of Midnight Blue #07197C
RGB
CMYK
RGB Variations
Color information
#07197C (or 0x07197C) is known color: Midnight Blue. HEX triplet: 07, 19 and 7C. RGB value is (7,25,124). Sum of RGB (Red+Green+Blue) = 7+25+124=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #07197C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07197C is #F8E683. Grayscale: #1E1E1E. Windows color (decimal): -16311940 or 8132871. OLE color: 8132871.
HSL color Cylindrical-coordinate representation of color #07197C: hue angle of 230.77º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07197C is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 25 | 124 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.51 |
| HSL | 230.77º | 0.89% | 0.26% | - |
| HSV(B) | 230.77º | 0.94% | 0.49% | - |
| XYZ | 4.07 | 2.2 | 19.28 | - |
| YUV | 30.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 124 | 0.94 | 0.80 | 0 | 0.51 | 230.77 | 0.89 | 0.26 |
| Hex | 7 | 19 | 7C | 5E | 50 | 0 | 33 | E7 | 59 | 1A |
| Octal | 7 | 31 | 174 | 136 | 120 | 0 | 63 | 347 | 131 | 32 |
| Binary | 111 | 11001 | 1111100 | 1011110 | 1010000 | 0 | 110011 | 11100111 | 1011001 | 11010 |
Color Harmonies of #07197C
Complementary color
Monochromatic Colors of #07197C
Black with #07197C
Text Example
Text Example
White with #07197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07197C; }
p { color: rgb(7,25,124); }
H1.HeaderClassName
{
color: #07197C;
}
.AnyTagClassName
{
color: #07197C;
}
</style>
background-color css
<style>
a { background-color: #07197C; }
a { background-color: rgb(7,25,124); }
div.DivClassName
{
background-color: #07197C;
}
.BgClassName
{
background-color: #07197C;
}
</style>
border-color css
<style>
span { border-color: #07197C; }
span { border-color: rgb(7,25,124); }
td.TdClassName
{
border-color: #07197C;
}
.TagClassName
{
border-color: #07197C;
}
</style>