Shades of Midnight Blue #051069
Tints of Midnight Blue #051069
RGB
CMYK
RGB Variations
Color information
#051069 (or 0x051069) is known color: Midnight Blue. HEX triplet: 05, 10 and 69. RGB value is (5,16,105). Sum of RGB (Red+Green+Blue) = 5+16+105=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #051069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051069 is #FAEF96. Grayscale: #161616. Windows color (decimal): -16445335 or 6885381. OLE color: 6885381.
HSL color Cylindrical-coordinate representation of color #051069: hue angle of 233.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051069 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 16 | 105 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.59 |
| HSL | 233.4º | 0.91% | 0.22% | - |
| HSV(B) | 233.4º | 0.95% | 0.41% | - |
| XYZ | 2.8 | 1.42 | 13.49 | - |
| YUV | 22.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 105 | 0.95 | 0.85 | 0 | 0.59 | 233.4 | 0.91 | 0.22 |
| Hex | 5 | 10 | 69 | 5F | 55 | 0 | 3B | E9 | 5B | 16 |
| Octal | 5 | 20 | 151 | 137 | 125 | 0 | 73 | 351 | 133 | 26 |
| Binary | 101 | 10000 | 1101001 | 1011111 | 1010101 | 0 | 111011 | 11101001 | 1011011 | 10110 |
Color Harmonies of #051069
Complementary color
Monochromatic Colors of #051069
Black with #051069
Text Example
Text Example
White with #051069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051069; }
p { color: rgb(5,16,105); }
H1.HeaderClassName
{
color: #051069;
}
.AnyTagClassName
{
color: #051069;
}
</style>
background-color css
<style>
a { background-color: #051069; }
a { background-color: rgb(5,16,105); }
div.DivClassName
{
background-color: #051069;
}
.BgClassName
{
background-color: #051069;
}
</style>
border-color css
<style>
span { border-color: #051069; }
span { border-color: rgb(5,16,105); }
td.TdClassName
{
border-color: #051069;
}
.TagClassName
{
border-color: #051069;
}
</style>