Shades of Midnight Express #061343
Tints of Midnight Express #061343
RGB
CMYK
RGB Variations
Color information
#061343 (or 0x061343) is known color: Midnight Express. HEX triplet: 06, 13 and 43. RGB value is (6,19,67). Sum of RGB (Red+Green+Blue) = 6+19+67=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #061343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061343 is #F9ECBC. Grayscale: #141414. Windows color (decimal): -16379069 or 4395782. OLE color: 4395782.
HSL color Cylindrical-coordinate representation of color #061343: hue angle of 227.21º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061343 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 19 | 67 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.74 |
| HSL | 227.21º | 0.84% | 0.14% | - |
| HSV(B) | 227.21º | 0.91% | 0.26% | - |
| XYZ | 1.32 | 0.91 | 5.42 | - |
| YUV | 20.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 67 | 0.91 | 0.72 | 0 | 0.74 | 227.21 | 0.84 | 0.14 |
| Hex | 6 | 13 | 43 | 5B | 48 | 0 | 4A | E3 | 54 | E |
| Octal | 6 | 23 | 103 | 133 | 110 | 0 | 112 | 343 | 124 | 16 |
| Binary | 110 | 10011 | 1000011 | 1011011 | 1001000 | 0 | 1001010 | 11100011 | 1010100 | 1110 |
Color Harmonies of #061343
Complementary color
Monochromatic Colors of #061343
Black with #061343
Text Example
Text Example
White with #061343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061343; }
p { color: rgb(6,19,67); }
H1.HeaderClassName
{
color: #061343;
}
.AnyTagClassName
{
color: #061343;
}
</style>
background-color css
<style>
a { background-color: #061343; }
a { background-color: rgb(6,19,67); }
div.DivClassName
{
background-color: #061343;
}
.BgClassName
{
background-color: #061343;
}
</style>
border-color css
<style>
span { border-color: #061343; }
span { border-color: rgb(6,19,67); }
td.TdClassName
{
border-color: #061343;
}
.TagClassName
{
border-color: #061343;
}
</style>