Shades of Midnight Blue #08157C
Tints of Midnight Blue #08157C
RGB
CMYK
RGB Variations
Color information
#08157C (or 0x08157C) is known color: Midnight Blue. HEX triplet: 08, 15 and 7C. RGB value is (8,21,124). Sum of RGB (Red+Green+Blue) = 8+21+124=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #08157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08157C is #F7EA83. Grayscale: #1C1C1C. Windows color (decimal): -16247428 or 8131848. OLE color: 8131848.
HSL color Cylindrical-coordinate representation of color #08157C: hue angle of 233.28º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08157C is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 21 | 124 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.51 |
| HSL | 233.28º | 0.88% | 0.26% | - |
| HSV(B) | 233.28º | 0.94% | 0.49% | - |
| XYZ | 4.01 | 2.04 | 19.25 | - |
| YUV | 28.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 124 | 0.94 | 0.83 | 0 | 0.51 | 233.28 | 0.88 | 0.26 |
| Hex | 8 | 15 | 7C | 5E | 53 | 0 | 33 | E9 | 58 | 1A |
| Octal | 10 | 25 | 174 | 136 | 123 | 0 | 63 | 351 | 130 | 32 |
| Binary | 1000 | 10101 | 1111100 | 1011110 | 1010011 | 0 | 110011 | 11101001 | 1011000 | 11010 |
Color Harmonies of #08157C
Complementary color
Monochromatic Colors of #08157C
Black with #08157C
Text Example
Text Example
White with #08157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08157C; }
p { color: rgb(8,21,124); }
H1.HeaderClassName
{
color: #08157C;
}
.AnyTagClassName
{
color: #08157C;
}
</style>
background-color css
<style>
a { background-color: #08157C; }
a { background-color: rgb(8,21,124); }
div.DivClassName
{
background-color: #08157C;
}
.BgClassName
{
background-color: #08157C;
}
</style>
border-color css
<style>
span { border-color: #08157C; }
span { border-color: rgb(8,21,124); }
td.TdClassName
{
border-color: #08157C;
}
.TagClassName
{
border-color: #08157C;
}
</style>