Shades of Midnight Blue #081C7E
Tints of Midnight Blue #081C7E
RGB
CMYK
RGB Variations
Color information
#081C7E (or 0x081C7E) is known color: Midnight Blue. HEX triplet: 08, 1C and 7E. RGB value is (8,28,126). Sum of RGB (Red+Green+Blue) = 8+28+126=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #081C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C7E is #F7E381. Grayscale: #202020. Windows color (decimal): -16245634 or 8264712. OLE color: 8264712.
HSL color Cylindrical-coordinate representation of color #081C7E: hue angle of 229.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081C7E is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 28 | 126 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.51 |
| HSL | 229.83º | 0.88% | 0.26% | - |
| HSV(B) | 229.83º | 0.94% | 0.49% | - |
| XYZ | 4.28 | 2.39 | 19.97 | - |
| YUV | 33.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 126 | 0.94 | 0.78 | 0 | 0.51 | 229.83 | 0.88 | 0.26 |
| Hex | 8 | 1C | 7E | 5E | 4E | 0 | 33 | E6 | 58 | 1A |
| Octal | 10 | 34 | 176 | 136 | 116 | 0 | 63 | 346 | 130 | 32 |
| Binary | 1000 | 11100 | 1111110 | 1011110 | 1001110 | 0 | 110011 | 11100110 | 1011000 | 11010 |
Color Harmonies of #081C7E
Complementary color
Monochromatic Colors of #081C7E
Black with #081C7E
Text Example
Text Example
White with #081C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C7E; }
p { color: rgb(8,28,126); }
H1.HeaderClassName
{
color: #081C7E;
}
.AnyTagClassName
{
color: #081C7E;
}
</style>
background-color css
<style>
a { background-color: #081C7E; }
a { background-color: rgb(8,28,126); }
div.DivClassName
{
background-color: #081C7E;
}
.BgClassName
{
background-color: #081C7E;
}
</style>
border-color css
<style>
span { border-color: #081C7E; }
span { border-color: rgb(8,28,126); }
td.TdClassName
{
border-color: #081C7E;
}
.TagClassName
{
border-color: #081C7E;
}
</style>