Shades of Midnight Blue #07136B
Tints of Midnight Blue #07136B
RGB
CMYK
RGB Variations
Color information
#07136B (or 0x07136B) is known color: Midnight Blue. HEX triplet: 07, 13 and 6B. RGB value is (7,19,107). Sum of RGB (Red+Green+Blue) = 7+19+107=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #07136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07136B is #F8EC94. Grayscale: #191919. Windows color (decimal): -16313493 or 7017223. OLE color: 7017223.
HSL color Cylindrical-coordinate representation of color #07136B: hue angle of 232.8º 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 #07136B is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 19 | 107 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.58 |
| HSL | 232.8º | 0.88% | 0.22% | - |
| HSV(B) | 232.8º | 0.93% | 0.42% | - |
| XYZ | 2.97 | 1.57 | 14.06 | - |
| YUV | 25.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 107 | 0.93 | 0.82 | 0 | 0.58 | 232.8 | 0.88 | 0.22 |
| Hex | 7 | 13 | 6B | 5D | 52 | 0 | 3A | E9 | 58 | 16 |
| Octal | 7 | 23 | 153 | 135 | 122 | 0 | 72 | 351 | 130 | 26 |
| Binary | 111 | 10011 | 1101011 | 1011101 | 1010010 | 0 | 111010 | 11101001 | 1011000 | 10110 |
Color Harmonies of #07136B
Complementary color
Monochromatic Colors of #07136B
Black with #07136B
Text Example
Text Example
White with #07136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07136B; }
p { color: rgb(7,19,107); }
H1.HeaderClassName
{
color: #07136B;
}
.AnyTagClassName
{
color: #07136B;
}
</style>
background-color css
<style>
a { background-color: #07136B; }
a { background-color: rgb(7,19,107); }
div.DivClassName
{
background-color: #07136B;
}
.BgClassName
{
background-color: #07136B;
}
</style>
border-color css
<style>
span { border-color: #07136B; }
span { border-color: rgb(7,19,107); }
td.TdClassName
{
border-color: #07136B;
}
.TagClassName
{
border-color: #07136B;
}
</style>