Shades of Midnight Blue #080152
Tints of Midnight Blue #080152
RGB
CMYK
RGB Variations
Color information
#080152 (or 0x080152) is known color: Midnight Blue. HEX triplet: 08, 01 and 52. RGB value is (8,1,82). Sum of RGB (Red+Green+Blue) = 8+1+82=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #080152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080152 is #F7FEAD. Grayscale: #0C0C0C. Windows color (decimal): -16252590 or 5374216. OLE color: 5374216.
HSL color Cylindrical-coordinate representation of color #080152: hue angle of 245.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080152 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 1 | 82 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.68 |
| HSL | 245.19º | 0.98% | 0.16% | - |
| HSV(B) | 245.19º | 0.99% | 0.32% | - |
| XYZ | 1.63 | 0.68 | 8.03 | - |
| YUV | 12.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 82 | 0.90 | 0.99 | 0 | 0.68 | 245.19 | 0.98 | 0.16 |
| Hex | 8 | 1 | 52 | 5A | 63 | 0 | 44 | F5 | 62 | 10 |
| Octal | 10 | 1 | 122 | 132 | 143 | 0 | 104 | 365 | 142 | 20 |
| Binary | 1000 | 1 | 1010010 | 1011010 | 1100011 | 0 | 1000100 | 11110101 | 1100010 | 10000 |
Color Harmonies of #080152
Complementary color
Monochromatic Colors of #080152
Black with #080152
Text Example
Text Example
White with #080152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080152; }
p { color: rgb(8,1,82); }
H1.HeaderClassName
{
color: #080152;
}
.AnyTagClassName
{
color: #080152;
}
</style>
background-color css
<style>
a { background-color: #080152; }
a { background-color: rgb(8,1,82); }
div.DivClassName
{
background-color: #080152;
}
.BgClassName
{
background-color: #080152;
}
</style>
border-color css
<style>
span { border-color: #080152; }
span { border-color: rgb(8,1,82); }
td.TdClassName
{
border-color: #080152;
}
.TagClassName
{
border-color: #080152;
}
</style>