Shades of Midnight Express #08153D
Tints of Midnight Express #08153D
RGB
CMYK
RGB Variations
Color information
#08153D (or 0x08153D) is known color: Midnight Express. HEX triplet: 08, 15 and 3D. RGB value is (8,21,61). Sum of RGB (Red+Green+Blue) = 8+21+61=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #08153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08153D is #F7EAC2. Grayscale: #151515. Windows color (decimal): -16247491 or 4003080. OLE color: 4003080.
HSL color Cylindrical-coordinate representation of color #08153D: hue angle of 225.28º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08153D is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 21 | 61 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.76 |
| HSL | 225.28º | 0.77% | 0.14% | - |
| HSV(B) | 225.28º | 0.87% | 0.24% | - |
| XYZ | 1.21 | 0.92 | 4.53 | - |
| YUV | 21.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 61 | 0.87 | 0.66 | 0 | 0.76 | 225.28 | 0.77 | 0.14 |
| Hex | 8 | 15 | 3D | 57 | 42 | 0 | 4C | E1 | 4D | E |
| Octal | 10 | 25 | 75 | 127 | 102 | 0 | 114 | 341 | 115 | 16 |
| Binary | 1000 | 10101 | 111101 | 1010111 | 1000010 | 0 | 1001100 | 11100001 | 1001101 | 1110 |
Color Harmonies of #08153D
Complementary color
Monochromatic Colors of #08153D
Black with #08153D
Text Example
Text Example
White with #08153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08153D; }
p { color: rgb(8,21,61); }
H1.HeaderClassName
{
color: #08153D;
}
.AnyTagClassName
{
color: #08153D;
}
</style>
background-color css
<style>
a { background-color: #08153D; }
a { background-color: rgb(8,21,61); }
div.DivClassName
{
background-color: #08153D;
}
.BgClassName
{
background-color: #08153D;
}
</style>
border-color css
<style>
span { border-color: #08153D; }
span { border-color: rgb(8,21,61); }
td.TdClassName
{
border-color: #08153D;
}
.TagClassName
{
border-color: #08153D;
}
</style>