Shades of Midnight Blue #051068
Tints of Midnight Blue #051068
RGB
CMYK
RGB Variations
Color information
#051068 (or 0x051068) is known color: Midnight Blue. HEX triplet: 05, 10 and 68. RGB value is (5,16,104). Sum of RGB (Red+Green+Blue) = 5+16+104=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #051068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051068 is #FAEF97. Grayscale: #161616. Windows color (decimal): -16445336 or 6819845. OLE color: 6819845.
HSL color Cylindrical-coordinate representation of color #051068: hue angle of 233.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051068 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 16 | 104 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.59 |
| HSL | 233.33º | 0.91% | 0.21% | - |
| HSV(B) | 233.33º | 0.95% | 0.41% | - |
| XYZ | 2.75 | 1.4 | 13.22 | - |
| YUV | 22.74 | 173.86 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 104 | 0.95 | 0.85 | 0 | 0.59 | 233.33 | 0.91 | 0.21 |
| Hex | 5 | 10 | 68 | 5F | 55 | 0 | 3B | E9 | 5B | 15 |
| Octal | 5 | 20 | 150 | 137 | 125 | 0 | 73 | 351 | 133 | 25 |
| Binary | 101 | 10000 | 1101000 | 1011111 | 1010101 | 0 | 111011 | 11101001 | 1011011 | 10101 |
Color Harmonies of #051068
Complementary color
Monochromatic Colors of #051068
Black with #051068
Text Example
Text Example
White with #051068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051068; }
p { color: rgb(5,16,104); }
H1.HeaderClassName
{
color: #051068;
}
.AnyTagClassName
{
color: #051068;
}
</style>
background-color css
<style>
a { background-color: #051068; }
a { background-color: rgb(5,16,104); }
div.DivClassName
{
background-color: #051068;
}
.BgClassName
{
background-color: #051068;
}
</style>
border-color css
<style>
span { border-color: #051068; }
span { border-color: rgb(5,16,104); }
td.TdClassName
{
border-color: #051068;
}
.TagClassName
{
border-color: #051068;
}
</style>