Shades of Midnight Blue #05075E
Tints of Midnight Blue #05075E
RGB
CMYK
RGB Variations
Color information
#05075E (or 0x05075E) is known color: Midnight Blue. HEX triplet: 05, 07 and 5E. RGB value is (5,7,94). Sum of RGB (Red+Green+Blue) = 5+7+94=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #05075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05075E is #FAF8A1. Grayscale: #0F0F0F. Windows color (decimal): -16447650 or 6162181. OLE color: 6162181.
HSL color Cylindrical-coordinate representation of color #05075E: hue angle of 238.65º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05075E is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 7 | 94 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.63 |
| HSL | 238.65º | 0.9% | 0.19% | - |
| HSV(B) | 238.65º | 0.95% | 0.37% | - |
| XYZ | 2.16 | 0.99 | 10.67 | - |
| YUV | 16.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 94 | 0.95 | 0.93 | 0 | 0.63 | 238.65 | 0.9 | 0.19 |
| Hex | 5 | 7 | 5E | 5F | 5D | 0 | 3F | EF | 5A | 13 |
| Octal | 5 | 7 | 136 | 137 | 135 | 0 | 77 | 357 | 132 | 23 |
| Binary | 101 | 111 | 1011110 | 1011111 | 1011101 | 0 | 111111 | 11101111 | 1011010 | 10011 |
Color Harmonies of #05075E
Complementary color
Monochromatic Colors of #05075E
Black with #05075E
Text Example
Text Example
White with #05075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05075E; }
p { color: rgb(5,7,94); }
H1.HeaderClassName
{
color: #05075E;
}
.AnyTagClassName
{
color: #05075E;
}
</style>
background-color css
<style>
a { background-color: #05075E; }
a { background-color: rgb(5,7,94); }
div.DivClassName
{
background-color: #05075E;
}
.BgClassName
{
background-color: #05075E;
}
</style>
border-color css
<style>
span { border-color: #05075E; }
span { border-color: rgb(5,7,94); }
td.TdClassName
{
border-color: #05075E;
}
.TagClassName
{
border-color: #05075E;
}
</style>