Shades of Midnight Blue #061778
Tints of Midnight Blue #061778
RGB
CMYK
RGB Variations
Color information
#061778 (or 0x061778) is known color: Midnight Blue. HEX triplet: 06, 17 and 78. RGB value is (6,23,120). Sum of RGB (Red+Green+Blue) = 6+23+120=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #061778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061778 is #F9E887. Grayscale: #1C1C1C. Windows color (decimal): -16377992 or 7870214. OLE color: 7870214.
HSL color Cylindrical-coordinate representation of color #061778: hue angle of 231.05º 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 #061778 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 23 | 120 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.53 |
| HSL | 231.05º | 0.9% | 0.25% | - |
| HSV(B) | 231.05º | 0.95% | 0.47% | - |
| XYZ | 3.77 | 2.01 | 17.96 | - |
| YUV | 28.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 120 | 0.95 | 0.81 | 0 | 0.53 | 231.05 | 0.9 | 0.25 |
| Hex | 6 | 17 | 78 | 5F | 51 | 0 | 35 | E7 | 5A | 19 |
| Octal | 6 | 27 | 170 | 137 | 121 | 0 | 65 | 347 | 132 | 31 |
| Binary | 110 | 10111 | 1111000 | 1011111 | 1010001 | 0 | 110101 | 11100111 | 1011010 | 11001 |
Color Harmonies of #061778
Complementary color
Monochromatic Colors of #061778
Black with #061778
Text Example
Text Example
White with #061778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061778; }
p { color: rgb(6,23,120); }
H1.HeaderClassName
{
color: #061778;
}
.AnyTagClassName
{
color: #061778;
}
</style>
background-color css
<style>
a { background-color: #061778; }
a { background-color: rgb(6,23,120); }
div.DivClassName
{
background-color: #061778;
}
.BgClassName
{
background-color: #061778;
}
</style>
border-color css
<style>
span { border-color: #061778; }
span { border-color: rgb(6,23,120); }
td.TdClassName
{
border-color: #061778;
}
.TagClassName
{
border-color: #061778;
}
</style>