Shades of Midnight Blue #051065
Tints of Midnight Blue #051065
RGB
CMYK
RGB Variations
Color information
#051065 (or 0x051065) is known color: Midnight Blue. HEX triplet: 05, 10 and 65. RGB value is (5,16,101). Sum of RGB (Red+Green+Blue) = 5+16+101=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #051065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051065 is #FAEF9A. Grayscale: #161616. Windows color (decimal): -16445339 or 6623237. OLE color: 6623237.
HSL color Cylindrical-coordinate representation of color #051065: hue angle of 233.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051065 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 16 | 101 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.60 |
| HSL | 233.13º | 0.91% | 0.21% | - |
| HSV(B) | 233.13º | 0.95% | 0.4% | - |
| XYZ | 2.6 | 1.34 | 12.43 | - |
| YUV | 22.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 101 | 0.95 | 0.84 | 0 | 0.60 | 233.13 | 0.91 | 0.21 |
| Hex | 5 | 10 | 65 | 5F | 54 | 0 | 3C | E9 | 5B | 15 |
| Octal | 5 | 20 | 145 | 137 | 124 | 0 | 74 | 351 | 133 | 25 |
| Binary | 101 | 10000 | 1100101 | 1011111 | 1010100 | 0 | 111100 | 11101001 | 1011011 | 10101 |
Color Harmonies of #051065
Complementary color
Monochromatic Colors of #051065
Black with #051065
Text Example
Text Example
White with #051065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051065; }
p { color: rgb(5,16,101); }
H1.HeaderClassName
{
color: #051065;
}
.AnyTagClassName
{
color: #051065;
}
</style>
background-color css
<style>
a { background-color: #051065; }
a { background-color: rgb(5,16,101); }
div.DivClassName
{
background-color: #051065;
}
.BgClassName
{
background-color: #051065;
}
</style>
border-color css
<style>
span { border-color: #051065; }
span { border-color: rgb(5,16,101); }
td.TdClassName
{
border-color: #051065;
}
.TagClassName
{
border-color: #051065;
}
</style>