Shades of Midnight Express #06193B
Tints of Midnight Express #06193B
RGB
CMYK
RGB Variations
Color information
#06193B (or 0x06193B) is known color: Midnight Express. HEX triplet: 06, 19 and 3B. RGB value is (6,25,59). Sum of RGB (Red+Green+Blue) = 6+25+59=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 59 (23.44% from 255 or 65.56% from 90); Max value from RGB is 59 - color contains mainly: blue. Hex color #06193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06193B is #F9E6C4. Grayscale: #171717. Windows color (decimal): -16377541 or 3873030. OLE color: 3873030.
HSL color Cylindrical-coordinate representation of color #06193B: hue angle of 218.49º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06193B is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 25 | 59 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.77 |
| HSL | 218.49º | 0.82% | 0.13% | - |
| HSV(B) | 218.49º | 0.9% | 0.23% | - |
| XYZ | 1.21 | 1.05 | 4.28 | - |
| YUV | 23.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 59 | 0.90 | 0.58 | 0 | 0.77 | 218.49 | 0.82 | 0.13 |
| Hex | 6 | 19 | 3B | 5A | 3A | 0 | 4D | DA | 52 | D |
| Octal | 6 | 31 | 73 | 132 | 72 | 0 | 115 | 332 | 122 | 15 |
| Binary | 110 | 11001 | 111011 | 1011010 | 111010 | 0 | 1001101 | 11011010 | 1010010 | 1101 |
Color Harmonies of #06193B
Complementary color
Monochromatic Colors of #06193B
Black with #06193B
Text Example
Text Example
White with #06193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06193B; }
p { color: rgb(6,25,59); }
H1.HeaderClassName
{
color: #06193B;
}
.AnyTagClassName
{
color: #06193B;
}
</style>
background-color css
<style>
a { background-color: #06193B; }
a { background-color: rgb(6,25,59); }
div.DivClassName
{
background-color: #06193B;
}
.BgClassName
{
background-color: #06193B;
}
</style>
border-color css
<style>
span { border-color: #06193B; }
span { border-color: rgb(6,25,59); }
td.TdClassName
{
border-color: #06193B;
}
.TagClassName
{
border-color: #06193B;
}
</style>