Shades of Midnight Express #06143C
Tints of Midnight Express #06143C
RGB
CMYK
RGB Variations
Color information
#06143C (or 0x06143C) is known color: Midnight Express. HEX triplet: 06, 14 and 3C. RGB value is (6,20,60). Sum of RGB (Red+Green+Blue) = 6+20+60=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #06143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06143C is #F9EBC3. Grayscale: #141414. Windows color (decimal): -16378820 or 3937286. OLE color: 3937286.
HSL color Cylindrical-coordinate representation of color #06143C: hue angle of 224.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06143C is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 20 | 60 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.76 |
| HSL | 224.44º | 0.82% | 0.13% | - |
| HSV(B) | 224.44º | 0.9% | 0.24% | - |
| XYZ | 1.14 | 0.87 | 4.38 | - |
| YUV | 20.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 60 | 0.90 | 0.67 | 0 | 0.76 | 224.44 | 0.82 | 0.13 |
| Hex | 6 | 14 | 3C | 5A | 43 | 0 | 4C | E0 | 52 | D |
| Octal | 6 | 24 | 74 | 132 | 103 | 0 | 114 | 340 | 122 | 15 |
| Binary | 110 | 10100 | 111100 | 1011010 | 1000011 | 0 | 1001100 | 11100000 | 1010010 | 1101 |
Color Harmonies of #06143C
Complementary color
Monochromatic Colors of #06143C
Black with #06143C
Text Example
Text Example
White with #06143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06143C; }
p { color: rgb(6,20,60); }
H1.HeaderClassName
{
color: #06143C;
}
.AnyTagClassName
{
color: #06143C;
}
</style>
background-color css
<style>
a { background-color: #06143C; }
a { background-color: rgb(6,20,60); }
div.DivClassName
{
background-color: #06143C;
}
.BgClassName
{
background-color: #06143C;
}
</style>
border-color css
<style>
span { border-color: #06143C; }
span { border-color: rgb(6,20,60); }
td.TdClassName
{
border-color: #06143C;
}
.TagClassName
{
border-color: #06143C;
}
</style>