Shades of Midnight Blue #07136F
Tints of Midnight Blue #07136F
RGB
CMYK
RGB Variations
Color information
#07136F (or 0x07136F) is known color: Midnight Blue. HEX triplet: 07, 13 and 6F. RGB value is (7,19,111). Sum of RGB (Red+Green+Blue) = 7+19+111=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 111 (43.75% from 255 or 81.02% from 137); Max value from RGB is 111 - color contains mainly: blue. Hex color #07136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07136F is #F8EC90. Grayscale: #191919. Windows color (decimal): -16313489 or 7279367. OLE color: 7279367.
HSL color Cylindrical-coordinate representation of color #07136F: hue angle of 233.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07136F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 19 | 111 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.56 |
| HSL | 233.08º | 0.88% | 0.23% | - |
| HSV(B) | 233.08º | 0.94% | 0.44% | - |
| XYZ | 3.19 | 1.66 | 15.19 | - |
| YUV | 25.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 111 | 0.94 | 0.83 | 0 | 0.56 | 233.08 | 0.88 | 0.23 |
| Hex | 7 | 13 | 6F | 5E | 53 | 0 | 38 | E9 | 58 | 17 |
| Octal | 7 | 23 | 157 | 136 | 123 | 0 | 70 | 351 | 130 | 27 |
| Binary | 111 | 10011 | 1101111 | 1011110 | 1010011 | 0 | 111000 | 11101001 | 1011000 | 10111 |
Color Harmonies of #07136F
Complementary color
Monochromatic Colors of #07136F
Black with #07136F
Text Example
Text Example
White with #07136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07136F; }
p { color: rgb(7,19,111); }
H1.HeaderClassName
{
color: #07136F;
}
.AnyTagClassName
{
color: #07136F;
}
</style>
background-color css
<style>
a { background-color: #07136F; }
a { background-color: rgb(7,19,111); }
div.DivClassName
{
background-color: #07136F;
}
.BgClassName
{
background-color: #07136F;
}
</style>
border-color css
<style>
span { border-color: #07136F; }
span { border-color: rgb(7,19,111); }
td.TdClassName
{
border-color: #07136F;
}
.TagClassName
{
border-color: #07136F;
}
</style>