Shades of Midnight Blue #07197B
Tints of Midnight Blue #07197B
RGB
CMYK
RGB Variations
Color information
#07197B (or 0x07197B) is known color: Midnight Blue. HEX triplet: 07, 19 and 7B. RGB value is (7,25,123). Sum of RGB (Red+Green+Blue) = 7+25+123=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #07197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07197B is #F8E684. Grayscale: #1E1E1E. Windows color (decimal): -16311941 or 8067335. OLE color: 8067335.
HSL color Cylindrical-coordinate representation of color #07197B: hue angle of 230.69º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07197B is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 25 | 123 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.52 |
| HSL | 230.69º | 0.89% | 0.25% | - |
| HSV(B) | 230.69º | 0.94% | 0.48% | - |
| XYZ | 4.01 | 2.17 | 18.95 | - |
| YUV | 30.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 123 | 0.94 | 0.80 | 0 | 0.52 | 230.69 | 0.89 | 0.25 |
| Hex | 7 | 19 | 7B | 5E | 50 | 0 | 34 | E7 | 59 | 19 |
| Octal | 7 | 31 | 173 | 136 | 120 | 0 | 64 | 347 | 131 | 31 |
| Binary | 111 | 11001 | 1111011 | 1011110 | 1010000 | 0 | 110100 | 11100111 | 1011001 | 11001 |
Color Harmonies of #07197B
Complementary color
Monochromatic Colors of #07197B
Black with #07197B
Text Example
Text Example
White with #07197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07197B; }
p { color: rgb(7,25,123); }
H1.HeaderClassName
{
color: #07197B;
}
.AnyTagClassName
{
color: #07197B;
}
</style>
background-color css
<style>
a { background-color: #07197B; }
a { background-color: rgb(7,25,123); }
div.DivClassName
{
background-color: #07197B;
}
.BgClassName
{
background-color: #07197B;
}
</style>
border-color css
<style>
span { border-color: #07197B; }
span { border-color: rgb(7,25,123); }
td.TdClassName
{
border-color: #07197B;
}
.TagClassName
{
border-color: #07197B;
}
</style>