Shades of Midnight Express #06153D
Tints of Midnight Express #06153D
RGB
CMYK
RGB Variations
Color information
#06153D (or 0x06153D) is known color: Midnight Express. HEX triplet: 06, 15 and 3D. RGB value is (6,21,61). Sum of RGB (Red+Green+Blue) = 6+21+61=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #06153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06153D is #F9EAC2. Grayscale: #141414. Windows color (decimal): -16378563 or 4003078. OLE color: 4003078.
HSL color Cylindrical-coordinate representation of color #06153D: hue angle of 223.64º 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 #06153D is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 21 | 61 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.76 |
| HSL | 223.64º | 0.82% | 0.13% | - |
| HSV(B) | 223.64º | 0.9% | 0.24% | - |
| XYZ | 1.19 | 0.91 | 4.53 | - |
| YUV | 21.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 61 | 0.90 | 0.66 | 0 | 0.76 | 223.64 | 0.82 | 0.13 |
| Hex | 6 | 15 | 3D | 5A | 42 | 0 | 4C | E0 | 52 | D |
| Octal | 6 | 25 | 75 | 132 | 102 | 0 | 114 | 340 | 122 | 15 |
| Binary | 110 | 10101 | 111101 | 1011010 | 1000010 | 0 | 1001100 | 11100000 | 1010010 | 1101 |
Color Harmonies of #06153D
Complementary color
Monochromatic Colors of #06153D
Black with #06153D
Text Example
Text Example
White with #06153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06153D; }
p { color: rgb(6,21,61); }
H1.HeaderClassName
{
color: #06153D;
}
.AnyTagClassName
{
color: #06153D;
}
</style>
background-color css
<style>
a { background-color: #06153D; }
a { background-color: rgb(6,21,61); }
div.DivClassName
{
background-color: #06153D;
}
.BgClassName
{
background-color: #06153D;
}
</style>
border-color css
<style>
span { border-color: #06153D; }
span { border-color: rgb(6,21,61); }
td.TdClassName
{
border-color: #06153D;
}
.TagClassName
{
border-color: #06153D;
}
</style>