Shades of Midnight Blue #061377
Tints of Midnight Blue #061377
RGB
CMYK
RGB Variations
Color information
#061377 (or 0x061377) is known color: Midnight Blue. HEX triplet: 06, 13 and 77. RGB value is (6,19,119). Sum of RGB (Red+Green+Blue) = 6+19+119=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #061377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061377 is #F9EC88. Grayscale: #1A1A1A. Windows color (decimal): -16379017 or 7803654. OLE color: 7803654.
HSL color Cylindrical-coordinate representation of color #061377: hue angle of 233.1º 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 #061377 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 19 | 119 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.53 |
| HSL | 233.1º | 0.9% | 0.25% | - |
| HSV(B) | 233.1º | 0.95% | 0.47% | - |
| XYZ | 3.64 | 1.84 | 17.62 | - |
| YUV | 26.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 119 | 0.95 | 0.84 | 0 | 0.53 | 233.1 | 0.9 | 0.25 |
| Hex | 6 | 13 | 77 | 5F | 54 | 0 | 35 | E9 | 5A | 19 |
| Octal | 6 | 23 | 167 | 137 | 124 | 0 | 65 | 351 | 132 | 31 |
| Binary | 110 | 10011 | 1110111 | 1011111 | 1010100 | 0 | 110101 | 11101001 | 1011010 | 11001 |
Color Harmonies of #061377
Complementary color
Monochromatic Colors of #061377
Black with #061377
Text Example
Text Example
White with #061377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061377; }
p { color: rgb(6,19,119); }
H1.HeaderClassName
{
color: #061377;
}
.AnyTagClassName
{
color: #061377;
}
</style>
background-color css
<style>
a { background-color: #061377; }
a { background-color: rgb(6,19,119); }
div.DivClassName
{
background-color: #061377;
}
.BgClassName
{
background-color: #061377;
}
</style>
border-color css
<style>
span { border-color: #061377; }
span { border-color: rgb(6,19,119); }
td.TdClassName
{
border-color: #061377;
}
.TagClassName
{
border-color: #061377;
}
</style>