Shades of Midnight Express #06153C
Tints of Midnight Express #06153C
RGB
CMYK
RGB Variations
Color information
#06153C (or 0x06153C) is known color: Midnight Express. HEX triplet: 06, 15 and 3C. RGB value is (6,21,60). Sum of RGB (Red+Green+Blue) = 6+21+60=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #06153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06153C is #F9EAC3. Grayscale: #141414. Windows color (decimal): -16378564 or 3937542. OLE color: 3937542.
HSL color Cylindrical-coordinate representation of color #06153C: hue angle of 223.33º 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 #06153C is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 21 | 60 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.76 |
| HSL | 223.33º | 0.82% | 0.13% | - |
| HSV(B) | 223.33º | 0.9% | 0.24% | - |
| XYZ | 1.16 | 0.9 | 4.39 | - |
| YUV | 20.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 60 | 0.90 | 0.65 | 0 | 0.76 | 223.33 | 0.82 | 0.13 |
| Hex | 6 | 15 | 3C | 5A | 41 | 0 | 4C | DF | 52 | D |
| Octal | 6 | 25 | 74 | 132 | 101 | 0 | 114 | 337 | 122 | 15 |
| Binary | 110 | 10101 | 111100 | 1011010 | 1000001 | 0 | 1001100 | 11011111 | 1010010 | 1101 |
Color Harmonies of #06153C
Complementary color
Monochromatic Colors of #06153C
Black with #06153C
Text Example
Text Example
White with #06153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06153C; }
p { color: rgb(6,21,60); }
H1.HeaderClassName
{
color: #06153C;
}
.AnyTagClassName
{
color: #06153C;
}
</style>
background-color css
<style>
a { background-color: #06153C; }
a { background-color: rgb(6,21,60); }
div.DivClassName
{
background-color: #06153C;
}
.BgClassName
{
background-color: #06153C;
}
</style>
border-color css
<style>
span { border-color: #06153C; }
span { border-color: rgb(6,21,60); }
td.TdClassName
{
border-color: #06153C;
}
.TagClassName
{
border-color: #06153C;
}
</style>