Shades of Midnight Blue #061674
Tints of Midnight Blue #061674
RGB
CMYK
RGB Variations
Color information
#061674 (or 0x061674) is known color: Midnight Blue. HEX triplet: 06, 16 and 74. RGB value is (6,22,116). Sum of RGB (Red+Green+Blue) = 6+22+116=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #061674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061674 is #F9E98B. Grayscale: #1B1B1B. Windows color (decimal): -16378252 or 7607814. OLE color: 7607814.
HSL color Cylindrical-coordinate representation of color #061674: hue angle of 231.27º 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 #061674 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 22 | 116 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.55 |
| HSL | 231.27º | 0.9% | 0.24% | - |
| HSV(B) | 231.27º | 0.95% | 0.45% | - |
| XYZ | 3.51 | 1.87 | 16.7 | - |
| YUV | 27.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 116 | 0.95 | 0.81 | 0 | 0.55 | 231.27 | 0.9 | 0.24 |
| Hex | 6 | 16 | 74 | 5F | 51 | 0 | 37 | E7 | 5A | 18 |
| Octal | 6 | 26 | 164 | 137 | 121 | 0 | 67 | 347 | 132 | 30 |
| Binary | 110 | 10110 | 1110100 | 1011111 | 1010001 | 0 | 110111 | 11100111 | 1011010 | 11000 |
Color Harmonies of #061674
Complementary color
Monochromatic Colors of #061674
Black with #061674
Text Example
Text Example
White with #061674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061674; }
p { color: rgb(6,22,116); }
H1.HeaderClassName
{
color: #061674;
}
.AnyTagClassName
{
color: #061674;
}
</style>
background-color css
<style>
a { background-color: #061674; }
a { background-color: rgb(6,22,116); }
div.DivClassName
{
background-color: #061674;
}
.BgClassName
{
background-color: #061674;
}
</style>
border-color css
<style>
span { border-color: #061674; }
span { border-color: rgb(6,22,116); }
td.TdClassName
{
border-color: #061674;
}
.TagClassName
{
border-color: #061674;
}
</style>