Shades of Midnight Blue #061673
Tints of Midnight Blue #061673
RGB
CMYK
RGB Variations
Color information
#061673 (or 0x061673) is known color: Midnight Blue. HEX triplet: 06, 16 and 73. RGB value is (6,22,115). Sum of RGB (Red+Green+Blue) = 6+22+115=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #061673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061673 is #F9E98C. Grayscale: #1B1B1B. Windows color (decimal): -16378253 or 7542278. OLE color: 7542278.
HSL color Cylindrical-coordinate representation of color #061673: hue angle of 231.19º 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 #061673 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 22 | 115 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.55 |
| HSL | 231.19º | 0.9% | 0.24% | - |
| HSV(B) | 231.19º | 0.95% | 0.45% | - |
| XYZ | 3.46 | 1.85 | 16.39 | - |
| YUV | 27.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 115 | 0.95 | 0.81 | 0 | 0.55 | 231.19 | 0.9 | 0.24 |
| Hex | 6 | 16 | 73 | 5F | 51 | 0 | 37 | E7 | 5A | 18 |
| Octal | 6 | 26 | 163 | 137 | 121 | 0 | 67 | 347 | 132 | 30 |
| Binary | 110 | 10110 | 1110011 | 1011111 | 1010001 | 0 | 110111 | 11100111 | 1011010 | 11000 |
Color Harmonies of #061673
Complementary color
Monochromatic Colors of #061673
Black with #061673
Text Example
Text Example
White with #061673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061673; }
p { color: rgb(6,22,115); }
H1.HeaderClassName
{
color: #061673;
}
.AnyTagClassName
{
color: #061673;
}
</style>
background-color css
<style>
a { background-color: #061673; }
a { background-color: rgb(6,22,115); }
div.DivClassName
{
background-color: #061673;
}
.BgClassName
{
background-color: #061673;
}
</style>
border-color css
<style>
span { border-color: #061673; }
span { border-color: rgb(6,22,115); }
td.TdClassName
{
border-color: #061673;
}
.TagClassName
{
border-color: #061673;
}
</style>