Shades of Midnight Blue #061372
Tints of Midnight Blue #061372
RGB
CMYK
RGB Variations
Color information
#061372 (or 0x061372) is known color: Midnight Blue. HEX triplet: 06, 13 and 72. RGB value is (6,19,114). Sum of RGB (Red+Green+Blue) = 6+19+114=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #061372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061372 is #F9EC8D. Grayscale: #191919. Windows color (decimal): -16379022 or 7475974. OLE color: 7475974.
HSL color Cylindrical-coordinate representation of color #061372: hue angle of 232.78º 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 #061372 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 19 | 114 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.55 |
| HSL | 232.78º | 0.9% | 0.24% | - |
| HSV(B) | 232.78º | 0.95% | 0.45% | - |
| XYZ | 3.35 | 1.72 | 16.08 | - |
| YUV | 25.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 114 | 0.95 | 0.83 | 0 | 0.55 | 232.78 | 0.9 | 0.24 |
| Hex | 6 | 13 | 72 | 5F | 53 | 0 | 37 | E9 | 5A | 18 |
| Octal | 6 | 23 | 162 | 137 | 123 | 0 | 67 | 351 | 132 | 30 |
| Binary | 110 | 10011 | 1110010 | 1011111 | 1010011 | 0 | 110111 | 11101001 | 1011010 | 11000 |
Color Harmonies of #061372
Complementary color
Monochromatic Colors of #061372
Black with #061372
Text Example
Text Example
White with #061372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061372; }
p { color: rgb(6,19,114); }
H1.HeaderClassName
{
color: #061372;
}
.AnyTagClassName
{
color: #061372;
}
</style>
background-color css
<style>
a { background-color: #061372; }
a { background-color: rgb(6,19,114); }
div.DivClassName
{
background-color: #061372;
}
.BgClassName
{
background-color: #061372;
}
</style>
border-color css
<style>
span { border-color: #061372; }
span { border-color: rgb(6,19,114); }
td.TdClassName
{
border-color: #061372;
}
.TagClassName
{
border-color: #061372;
}
</style>