Shades of Midnight Blue #061373
Tints of Midnight Blue #061373
RGB
CMYK
RGB Variations
Color information
#061373 (or 0x061373) is known color: Midnight Blue. HEX triplet: 06, 13 and 73. RGB value is (6,19,115). Sum of RGB (Red+Green+Blue) = 6+19+115=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #061373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061373 is #F9EC8C. Grayscale: #191919. Windows color (decimal): -16379021 or 7541510. OLE color: 7541510.
HSL color Cylindrical-coordinate representation of color #061373: hue angle of 232.84º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061373 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 19 | 115 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.55 |
| HSL | 232.84º | 0.9% | 0.24% | - |
| HSV(B) | 232.84º | 0.95% | 0.45% | - |
| XYZ | 3.4 | 1.74 | 16.38 | - |
| YUV | 26.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 115 | 0.95 | 0.83 | 0 | 0.55 | 232.84 | 0.9 | 0.24 |
| Hex | 6 | 13 | 73 | 5F | 53 | 0 | 37 | E9 | 5A | 18 |
| Octal | 6 | 23 | 163 | 137 | 123 | 0 | 67 | 351 | 132 | 30 |
| Binary | 110 | 10011 | 1110011 | 1011111 | 1010011 | 0 | 110111 | 11101001 | 1011010 | 11000 |
Color Harmonies of #061373
Complementary color
Monochromatic Colors of #061373
Black with #061373
Text Example
Text Example
White with #061373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061373; }
p { color: rgb(6,19,115); }
H1.HeaderClassName
{
color: #061373;
}
.AnyTagClassName
{
color: #061373;
}
</style>
background-color css
<style>
a { background-color: #061373; }
a { background-color: rgb(6,19,115); }
div.DivClassName
{
background-color: #061373;
}
.BgClassName
{
background-color: #061373;
}
</style>
border-color css
<style>
span { border-color: #061373; }
span { border-color: rgb(6,19,115); }
td.TdClassName
{
border-color: #061373;
}
.TagClassName
{
border-color: #061373;
}
</style>