Shades of Midnight Blue #061478
Tints of Midnight Blue #061478
RGB
CMYK
RGB Variations
Color information
#061478 (or 0x061478) is known color: Midnight Blue. HEX triplet: 06, 14 and 78. RGB value is (6,20,120). Sum of RGB (Red+Green+Blue) = 6+20+120=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 120 (47.27% from 255 or 82.19% from 146); Max value from RGB is 120 - color contains mainly: blue. Hex color #061478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061478 is #F9EB87. Grayscale: #1A1A1A. Windows color (decimal): -16378760 or 7869446. OLE color: 7869446.
HSL color Cylindrical-coordinate representation of color #061478: hue angle of 232.63º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061478 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 20 | 120 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.53 |
| HSL | 232.63º | 0.9% | 0.25% | - |
| HSV(B) | 232.63º | 0.95% | 0.47% | - |
| XYZ | 3.72 | 1.9 | 17.94 | - |
| YUV | 27.21 | 180.36 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 120 | 0.95 | 0.83 | 0 | 0.53 | 232.63 | 0.9 | 0.25 |
| Hex | 6 | 14 | 78 | 5F | 53 | 0 | 35 | E9 | 5A | 19 |
| Octal | 6 | 24 | 170 | 137 | 123 | 0 | 65 | 351 | 132 | 31 |
| Binary | 110 | 10100 | 1111000 | 1011111 | 1010011 | 0 | 110101 | 11101001 | 1011010 | 11001 |
Color Harmonies of #061478
Complementary color
Monochromatic Colors of #061478
Black with #061478
Text Example
Text Example
White with #061478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061478; }
p { color: rgb(6,20,120); }
H1.HeaderClassName
{
color: #061478;
}
.AnyTagClassName
{
color: #061478;
}
</style>
background-color css
<style>
a { background-color: #061478; }
a { background-color: rgb(6,20,120); }
div.DivClassName
{
background-color: #061478;
}
.BgClassName
{
background-color: #061478;
}
</style>
border-color css
<style>
span { border-color: #061478; }
span { border-color: rgb(6,20,120); }
td.TdClassName
{
border-color: #061478;
}
.TagClassName
{
border-color: #061478;
}
</style>