Shades of Midnight Blue #080F5C
Tints of Midnight Blue #080F5C
RGB
CMYK
RGB Variations
Color information
#080F5C (or 0x080F5C) is known color: Midnight Blue. HEX triplet: 08, 0F and 5C. RGB value is (8,15,92). Sum of RGB (Red+Green+Blue) = 8+15+92=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #080F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F5C is #F7F0A3. Grayscale: #151515. Windows color (decimal): -16248996 or 6033160. OLE color: 6033160.
HSL color Cylindrical-coordinate representation of color #080F5C: hue angle of 235º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F5C is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 15 | 92 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.64 |
| HSL | 235º | 0.84% | 0.2% | - |
| HSV(B) | 235º | 0.91% | 0.36% | - |
| XYZ | 2.2 | 1.17 | 10.23 | - |
| YUV | 21.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 92 | 0.91 | 0.84 | 0 | 0.64 | 235 | 0.84 | 0.2 |
| Hex | 8 | F | 5C | 5B | 54 | 0 | 40 | EB | 54 | 14 |
| Octal | 10 | 17 | 134 | 133 | 124 | 0 | 100 | 353 | 124 | 24 |
| Binary | 1000 | 1111 | 1011100 | 1011011 | 1010100 | 0 | 1000000 | 11101011 | 1010100 | 10100 |
Color Harmonies of #080F5C
Complementary color
Monochromatic Colors of #080F5C
Black with #080F5C
Text Example
Text Example
White with #080F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F5C; }
p { color: rgb(8,15,92); }
H1.HeaderClassName
{
color: #080F5C;
}
.AnyTagClassName
{
color: #080F5C;
}
</style>
background-color css
<style>
a { background-color: #080F5C; }
a { background-color: rgb(8,15,92); }
div.DivClassName
{
background-color: #080F5C;
}
.BgClassName
{
background-color: #080F5C;
}
</style>
border-color css
<style>
span { border-color: #080F5C; }
span { border-color: rgb(8,15,92); }
td.TdClassName
{
border-color: #080F5C;
}
.TagClassName
{
border-color: #080F5C;
}
</style>