Shades of Midnight Blue #080F63
Tints of Midnight Blue #080F63
RGB
CMYK
RGB Variations
Color information
#080F63 (or 0x080F63) is known color: Midnight Blue. HEX triplet: 08, 0F and 63. RGB value is (8,15,99). Sum of RGB (Red+Green+Blue) = 8+15+99=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #080F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F63 is #F7F09C. Grayscale: #161616. Windows color (decimal): -16248989 or 6491912. OLE color: 6491912.
HSL color Cylindrical-coordinate representation of color #080F63: hue angle of 235.38º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080F63 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 15 | 99 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.61 |
| HSL | 235.38º | 0.85% | 0.21% | - |
| HSV(B) | 235.38º | 0.92% | 0.39% | - |
| XYZ | 2.52 | 1.29 | 11.92 | - |
| YUV | 22.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 99 | 0.92 | 0.85 | 0 | 0.61 | 235.38 | 0.85 | 0.21 |
| Hex | 8 | F | 63 | 5C | 55 | 0 | 3D | EB | 55 | 15 |
| Octal | 10 | 17 | 143 | 134 | 125 | 0 | 75 | 353 | 125 | 25 |
| Binary | 1000 | 1111 | 1100011 | 1011100 | 1010101 | 0 | 111101 | 11101011 | 1010101 | 10101 |
Color Harmonies of #080F63
Complementary color
Monochromatic Colors of #080F63
Black with #080F63
Text Example
Text Example
White with #080F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F63; }
p { color: rgb(8,15,99); }
H1.HeaderClassName
{
color: #080F63;
}
.AnyTagClassName
{
color: #080F63;
}
</style>
background-color css
<style>
a { background-color: #080F63; }
a { background-color: rgb(8,15,99); }
div.DivClassName
{
background-color: #080F63;
}
.BgClassName
{
background-color: #080F63;
}
</style>
border-color css
<style>
span { border-color: #080F63; }
span { border-color: rgb(8,15,99); }
td.TdClassName
{
border-color: #080F63;
}
.TagClassName
{
border-color: #080F63;
}
</style>