Shades of Midnight Blue #061170
Tints of Midnight Blue #061170
RGB
CMYK
RGB Variations
Color information
#061170 (or 0x061170) is known color: Midnight Blue. HEX triplet: 06, 11 and 70. RGB value is (6,17,112). Sum of RGB (Red+Green+Blue) = 6+17+112=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #061170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061170 is #F9EE8F. Grayscale: #181818. Windows color (decimal): -16379536 or 7344390. OLE color: 7344390.
HSL color Cylindrical-coordinate representation of color #061170: hue angle of 233.77º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061170 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 17 | 112 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.56 |
| HSL | 233.77º | 0.9% | 0.23% | - |
| HSV(B) | 233.77º | 0.95% | 0.44% | - |
| XYZ | 3.2 | 1.61 | 15.47 | - |
| YUV | 24.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 112 | 0.95 | 0.85 | 0 | 0.56 | 233.77 | 0.9 | 0.23 |
| Hex | 6 | 11 | 70 | 5F | 55 | 0 | 38 | EA | 5A | 17 |
| Octal | 6 | 21 | 160 | 137 | 125 | 0 | 70 | 352 | 132 | 27 |
| Binary | 110 | 10001 | 1110000 | 1011111 | 1010101 | 0 | 111000 | 11101010 | 1011010 | 10111 |
Color Harmonies of #061170
Complementary color
Monochromatic Colors of #061170
Black with #061170
Text Example
Text Example
White with #061170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061170; }
p { color: rgb(6,17,112); }
H1.HeaderClassName
{
color: #061170;
}
.AnyTagClassName
{
color: #061170;
}
</style>
background-color css
<style>
a { background-color: #061170; }
a { background-color: rgb(6,17,112); }
div.DivClassName
{
background-color: #061170;
}
.BgClassName
{
background-color: #061170;
}
</style>
border-color css
<style>
span { border-color: #061170; }
span { border-color: rgb(6,17,112); }
td.TdClassName
{
border-color: #061170;
}
.TagClassName
{
border-color: #061170;
}
</style>