Shades of Midnight Blue #08157A
Tints of Midnight Blue #08157A
RGB
CMYK
RGB Variations
Color information
#08157A (or 0x08157A) is known color: Midnight Blue. HEX triplet: 08, 15 and 7A. RGB value is (8,21,122). Sum of RGB (Red+Green+Blue) = 8+21+122=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 122 (48.05% from 255 or 80.79% from 151); Max value from RGB is 122 - color contains mainly: blue. Hex color #08157A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08157A is #F7EA85. Grayscale: #1C1C1C. Windows color (decimal): -16247430 or 8000776. OLE color: 8000776.
HSL color Cylindrical-coordinate representation of color #08157A: hue angle of 233.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08157A is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 21 | 122 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.52 |
| HSL | 233.16º | 0.88% | 0.25% | - |
| HSV(B) | 233.16º | 0.93% | 0.48% | - |
| XYZ | 3.88 | 1.99 | 18.59 | - |
| YUV | 28.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 122 | 0.93 | 0.83 | 0 | 0.52 | 233.16 | 0.88 | 0.25 |
| Hex | 8 | 15 | 7A | 5D | 53 | 0 | 34 | E9 | 58 | 19 |
| Octal | 10 | 25 | 172 | 135 | 123 | 0 | 64 | 351 | 130 | 31 |
| Binary | 1000 | 10101 | 1111010 | 1011101 | 1010011 | 0 | 110100 | 11101001 | 1011000 | 11001 |
Color Harmonies of #08157A
Complementary color
Monochromatic Colors of #08157A
Black with #08157A
Text Example
Text Example
White with #08157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08157A; }
p { color: rgb(8,21,122); }
H1.HeaderClassName
{
color: #08157A;
}
.AnyTagClassName
{
color: #08157A;
}
</style>
background-color css
<style>
a { background-color: #08157A; }
a { background-color: rgb(8,21,122); }
div.DivClassName
{
background-color: #08157A;
}
.BgClassName
{
background-color: #08157A;
}
</style>
border-color css
<style>
span { border-color: #08157A; }
span { border-color: rgb(8,21,122); }
td.TdClassName
{
border-color: #08157A;
}
.TagClassName
{
border-color: #08157A;
}
</style>