Shades of Midnight Blue #061572
Tints of Midnight Blue #061572
RGB
CMYK
RGB Variations
Color information
#061572 (or 0x061572) is known color: Midnight Blue. HEX triplet: 06, 15 and 72. RGB value is (6,21,114). Sum of RGB (Red+Green+Blue) = 6+21+114=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #061572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061572 is #F9EA8D. Grayscale: #1A1A1A. Windows color (decimal): -16378510 or 7476486. OLE color: 7476486.
HSL color Cylindrical-coordinate representation of color #061572: hue angle of 231.67º 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 #061572 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 21 | 114 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.55 |
| HSL | 231.67º | 0.9% | 0.24% | - |
| HSV(B) | 231.67º | 0.95% | 0.45% | - |
| XYZ | 3.38 | 1.79 | 16.09 | - |
| YUV | 27.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 114 | 0.95 | 0.82 | 0 | 0.55 | 231.67 | 0.9 | 0.24 |
| Hex | 6 | 15 | 72 | 5F | 52 | 0 | 37 | E8 | 5A | 18 |
| Octal | 6 | 25 | 162 | 137 | 122 | 0 | 67 | 350 | 132 | 30 |
| Binary | 110 | 10101 | 1110010 | 1011111 | 1010010 | 0 | 110111 | 11101000 | 1011010 | 11000 |
Color Harmonies of #061572
Complementary color
Monochromatic Colors of #061572
Black with #061572
Text Example
Text Example
White with #061572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061572; }
p { color: rgb(6,21,114); }
H1.HeaderClassName
{
color: #061572;
}
.AnyTagClassName
{
color: #061572;
}
</style>
background-color css
<style>
a { background-color: #061572; }
a { background-color: rgb(6,21,114); }
div.DivClassName
{
background-color: #061572;
}
.BgClassName
{
background-color: #061572;
}
</style>
border-color css
<style>
span { border-color: #061572; }
span { border-color: rgb(6,21,114); }
td.TdClassName
{
border-color: #061572;
}
.TagClassName
{
border-color: #061572;
}
</style>