Shades of Midnight Express #06133C
Tints of Midnight Express #06133C
RGB
CMYK
RGB Variations
Color information
#06133C (or 0x06133C) is known color: Midnight Express. HEX triplet: 06, 13 and 3C. RGB value is (6,19,60). Sum of RGB (Red+Green+Blue) = 6+19+60=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #06133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06133C is #F9ECC3. Grayscale: #131313. Windows color (decimal): -16379076 or 3937030. OLE color: 3937030.
HSL color Cylindrical-coordinate representation of color #06133C: hue angle of 225.56º 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 #06133C is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 19 | 60 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.76 |
| HSL | 225.56º | 0.82% | 0.13% | - |
| HSV(B) | 225.56º | 0.9% | 0.24% | - |
| XYZ | 1.12 | 0.83 | 4.38 | - |
| YUV | 19.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 60 | 0.90 | 0.68 | 0 | 0.76 | 225.56 | 0.82 | 0.13 |
| Hex | 6 | 13 | 3C | 5A | 44 | 0 | 4C | E2 | 52 | D |
| Octal | 6 | 23 | 74 | 132 | 104 | 0 | 114 | 342 | 122 | 15 |
| Binary | 110 | 10011 | 111100 | 1011010 | 1000100 | 0 | 1001100 | 11100010 | 1010010 | 1101 |
Color Harmonies of #06133C
Complementary color
Monochromatic Colors of #06133C
Black with #06133C
Text Example
Text Example
White with #06133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06133C; }
p { color: rgb(6,19,60); }
H1.HeaderClassName
{
color: #06133C;
}
.AnyTagClassName
{
color: #06133C;
}
</style>
background-color css
<style>
a { background-color: #06133C; }
a { background-color: rgb(6,19,60); }
div.DivClassName
{
background-color: #06133C;
}
.BgClassName
{
background-color: #06133C;
}
</style>
border-color css
<style>
span { border-color: #06133C; }
span { border-color: rgb(6,19,60); }
td.TdClassName
{
border-color: #06133C;
}
.TagClassName
{
border-color: #06133C;
}
</style>