Shades of Midnight Blue #051067
Tints of Midnight Blue #051067
RGB
CMYK
RGB Variations
Color information
#051067 (or 0x051067) is known color: Midnight Blue. HEX triplet: 05, 10 and 67. RGB value is (5,16,103). Sum of RGB (Red+Green+Blue) = 5+16+103=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #051067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051067 is #FAEF98. Grayscale: #161616. Windows color (decimal): -16445337 or 6754309. OLE color: 6754309.
HSL color Cylindrical-coordinate representation of color #051067: hue angle of 233.27º 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 #051067 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 16 | 103 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.60 |
| HSL | 233.27º | 0.91% | 0.21% | - |
| HSV(B) | 233.27º | 0.95% | 0.4% | - |
| XYZ | 2.7 | 1.38 | 12.96 | - |
| YUV | 22.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 103 | 0.95 | 0.84 | 0 | 0.60 | 233.27 | 0.91 | 0.21 |
| Hex | 5 | 10 | 67 | 5F | 54 | 0 | 3C | E9 | 5B | 15 |
| Octal | 5 | 20 | 147 | 137 | 124 | 0 | 74 | 351 | 133 | 25 |
| Binary | 101 | 10000 | 1100111 | 1011111 | 1010100 | 0 | 111100 | 11101001 | 1011011 | 10101 |
Color Harmonies of #051067
Complementary color
Monochromatic Colors of #051067
Black with #051067
Text Example
Text Example
White with #051067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051067; }
p { color: rgb(5,16,103); }
H1.HeaderClassName
{
color: #051067;
}
.AnyTagClassName
{
color: #051067;
}
</style>
background-color css
<style>
a { background-color: #051067; }
a { background-color: rgb(5,16,103); }
div.DivClassName
{
background-color: #051067;
}
.BgClassName
{
background-color: #051067;
}
</style>
border-color css
<style>
span { border-color: #051067; }
span { border-color: rgb(5,16,103); }
td.TdClassName
{
border-color: #051067;
}
.TagClassName
{
border-color: #051067;
}
</style>