Shades of Midnight Blue #061070
Tints of Midnight Blue #061070
RGB
CMYK
RGB Variations
Color information
#061070 (or 0x061070) is known color: Midnight Blue. HEX triplet: 06, 10 and 70. RGB value is (6,16,112). Sum of RGB (Red+Green+Blue) = 6+16+112=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #061070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061070 is #F9EF8F. Grayscale: #171717. Windows color (decimal): -16379792 or 7344134. OLE color: 7344134.
HSL color Cylindrical-coordinate representation of color #061070: hue angle of 234.34º 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 #061070 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 16 | 112 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.56 |
| HSL | 234.34º | 0.9% | 0.23% | - |
| HSV(B) | 234.34º | 0.95% | 0.44% | - |
| XYZ | 3.19 | 1.58 | 15.47 | - |
| YUV | 23.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 112 | 0.95 | 0.86 | 0 | 0.56 | 234.34 | 0.9 | 0.23 |
| Hex | 6 | 10 | 70 | 5F | 56 | 0 | 38 | EA | 5A | 17 |
| Octal | 6 | 20 | 160 | 137 | 126 | 0 | 70 | 352 | 132 | 27 |
| Binary | 110 | 10000 | 1110000 | 1011111 | 1010110 | 0 | 111000 | 11101010 | 1011010 | 10111 |
Color Harmonies of #061070
Complementary color
Monochromatic Colors of #061070
Black with #061070
Text Example
Text Example
White with #061070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061070; }
p { color: rgb(6,16,112); }
H1.HeaderClassName
{
color: #061070;
}
.AnyTagClassName
{
color: #061070;
}
</style>
background-color css
<style>
a { background-color: #061070; }
a { background-color: rgb(6,16,112); }
div.DivClassName
{
background-color: #061070;
}
.BgClassName
{
background-color: #061070;
}
</style>
border-color css
<style>
span { border-color: #061070; }
span { border-color: rgb(6,16,112); }
td.TdClassName
{
border-color: #061070;
}
.TagClassName
{
border-color: #061070;
}
</style>