Shades of Midnight Blue #071268
Tints of Midnight Blue #071268
RGB
CMYK
RGB Variations
Color information
#071268 (or 0x071268) is known color: Midnight Blue. HEX triplet: 07, 12 and 68. RGB value is (7,18,104). Sum of RGB (Red+Green+Blue) = 7+18+104=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #071268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071268 is #F8ED97. Grayscale: #181818. Windows color (decimal): -16313752 or 6820359. OLE color: 6820359.
HSL color Cylindrical-coordinate representation of color #071268: hue angle of 233.2º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071268 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 18 | 104 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.59 |
| HSL | 233.2º | 0.87% | 0.22% | - |
| HSV(B) | 233.2º | 0.93% | 0.41% | - |
| XYZ | 2.8 | 1.48 | 13.23 | - |
| YUV | 24.52 | 172.86 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 104 | 0.93 | 0.83 | 0 | 0.59 | 233.2 | 0.87 | 0.22 |
| Hex | 7 | 12 | 68 | 5D | 53 | 0 | 3B | E9 | 57 | 16 |
| Octal | 7 | 22 | 150 | 135 | 123 | 0 | 73 | 351 | 127 | 26 |
| Binary | 111 | 10010 | 1101000 | 1011101 | 1010011 | 0 | 111011 | 11101001 | 1010111 | 10110 |
Color Harmonies of #071268
Complementary color
Monochromatic Colors of #071268
Black with #071268
Text Example
Text Example
White with #071268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071268; }
p { color: rgb(7,18,104); }
H1.HeaderClassName
{
color: #071268;
}
.AnyTagClassName
{
color: #071268;
}
</style>
background-color css
<style>
a { background-color: #071268; }
a { background-color: rgb(7,18,104); }
div.DivClassName
{
background-color: #071268;
}
.BgClassName
{
background-color: #071268;
}
</style>
border-color css
<style>
span { border-color: #071268; }
span { border-color: rgb(7,18,104); }
td.TdClassName
{
border-color: #071268;
}
.TagClassName
{
border-color: #071268;
}
</style>