Shades of Midnight Blue #07136A
Tints of Midnight Blue #07136A
RGB
CMYK
RGB Variations
Color information
#07136A (or 0x07136A) is known color: Midnight Blue. HEX triplet: 07, 13 and 6A. RGB value is (7,19,106). Sum of RGB (Red+Green+Blue) = 7+19+106=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #07136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07136A is #F8EC95. Grayscale: #181818. Windows color (decimal): -16313494 or 6951687. OLE color: 6951687.
HSL color Cylindrical-coordinate representation of color #07136A: hue angle of 232.73º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07136A is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 19 | 106 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.58 |
| HSL | 232.73º | 0.88% | 0.22% | - |
| HSV(B) | 232.73º | 0.93% | 0.42% | - |
| XYZ | 2.92 | 1.55 | 13.78 | - |
| YUV | 25.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 106 | 0.93 | 0.82 | 0 | 0.58 | 232.73 | 0.88 | 0.22 |
| Hex | 7 | 13 | 6A | 5D | 52 | 0 | 3A | E9 | 58 | 16 |
| Octal | 7 | 23 | 152 | 135 | 122 | 0 | 72 | 351 | 130 | 26 |
| Binary | 111 | 10011 | 1101010 | 1011101 | 1010010 | 0 | 111010 | 11101001 | 1011000 | 10110 |
Color Harmonies of #07136A
Complementary color
Monochromatic Colors of #07136A
Black with #07136A
Text Example
Text Example
White with #07136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07136A; }
p { color: rgb(7,19,106); }
H1.HeaderClassName
{
color: #07136A;
}
.AnyTagClassName
{
color: #07136A;
}
</style>
background-color css
<style>
a { background-color: #07136A; }
a { background-color: rgb(7,19,106); }
div.DivClassName
{
background-color: #07136A;
}
.BgClassName
{
background-color: #07136A;
}
</style>
border-color css
<style>
span { border-color: #07136A; }
span { border-color: rgb(7,19,106); }
td.TdClassName
{
border-color: #07136A;
}
.TagClassName
{
border-color: #07136A;
}
</style>