Shades of Midnight Express #06143B
Tints of Midnight Express #06143B
RGB
CMYK
RGB Variations
Color information
#06143B (or 0x06143B) is known color: Midnight Express. HEX triplet: 06, 14 and 3B. RGB value is (6,20,59). Sum of RGB (Red+Green+Blue) = 6+20+59=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #06143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06143B is #F9EBC4. Grayscale: #141414. Windows color (decimal): -16378821 or 3871750. OLE color: 3871750.
HSL color Cylindrical-coordinate representation of color #06143B: hue angle of 224.15º 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 #06143B is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 20 | 59 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.77 |
| HSL | 224.15º | 0.82% | 0.13% | - |
| HSV(B) | 224.15º | 0.9% | 0.23% | - |
| XYZ | 1.11 | 0.85 | 4.24 | - |
| YUV | 20.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 59 | 0.90 | 0.66 | 0 | 0.77 | 224.15 | 0.82 | 0.13 |
| Hex | 6 | 14 | 3B | 5A | 42 | 0 | 4D | E0 | 52 | D |
| Octal | 6 | 24 | 73 | 132 | 102 | 0 | 115 | 340 | 122 | 15 |
| Binary | 110 | 10100 | 111011 | 1011010 | 1000010 | 0 | 1001101 | 11100000 | 1010010 | 1101 |
Color Harmonies of #06143B
Complementary color
Monochromatic Colors of #06143B
Black with #06143B
Text Example
Text Example
White with #06143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06143B; }
p { color: rgb(6,20,59); }
H1.HeaderClassName
{
color: #06143B;
}
.AnyTagClassName
{
color: #06143B;
}
</style>
background-color css
<style>
a { background-color: #06143B; }
a { background-color: rgb(6,20,59); }
div.DivClassName
{
background-color: #06143B;
}
.BgClassName
{
background-color: #06143B;
}
</style>
border-color css
<style>
span { border-color: #06143B; }
span { border-color: rgb(6,20,59); }
td.TdClassName
{
border-color: #06143B;
}
.TagClassName
{
border-color: #06143B;
}
</style>