Shades of Midnight Blue #0F085A
Tints of Midnight Blue #0F085A
RGB
CMYK
RGB Variations
Color information
#0F085A (or 0x0F085A) is known color: Midnight Blue. HEX triplet: 0F, 08 and 5A. RGB value is (15,8,90). Sum of RGB (Red+Green+Blue) = 15+8+90=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #0F085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F085A is #F0F7A5. Grayscale: #131313. Windows color (decimal): -15792038 or 5900303. OLE color: 5900303.
HSL color Cylindrical-coordinate representation of color #0F085A: hue angle of 245.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F085A is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 8 | 90 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.65 |
| HSL | 245.12º | 0.84% | 0.19% | - |
| HSV(B) | 245.12º | 0.91% | 0.35% | - |
| XYZ | 2.13 | 1.01 | 9.76 | - |
| YUV | 19.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 90 | 0.83 | 0.91 | 0 | 0.65 | 245.12 | 0.84 | 0.19 |
| Hex | F | 8 | 5A | 53 | 5B | 0 | 41 | F5 | 54 | 13 |
| Octal | 17 | 10 | 132 | 123 | 133 | 0 | 101 | 365 | 124 | 23 |
| Binary | 1111 | 1000 | 1011010 | 1010011 | 1011011 | 0 | 1000001 | 11110101 | 1010100 | 10011 |
Color Harmonies of #0F085A
Complementary color
Monochromatic Colors of #0F085A
Black with #0F085A
Text Example
Text Example
White with #0F085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F085A; }
p { color: rgb(15,8,90); }
H1.HeaderClassName
{
color: #0F085A;
}
.AnyTagClassName
{
color: #0F085A;
}
</style>
background-color css
<style>
a { background-color: #0F085A; }
a { background-color: rgb(15,8,90); }
div.DivClassName
{
background-color: #0F085A;
}
.BgClassName
{
background-color: #0F085A;
}
</style>
border-color css
<style>
span { border-color: #0F085A; }
span { border-color: rgb(15,8,90); }
td.TdClassName
{
border-color: #0F085A;
}
.TagClassName
{
border-color: #0F085A;
}
</style>