Shades of Midnight Blue #0F0A5B
Tints of Midnight Blue #0F0A5B
RGB
CMYK
RGB Variations
Color information
#0F0A5B (or 0x0F0A5B) is known color: Midnight Blue. HEX triplet: 0F, 0A and 5B. RGB value is (15,10,91). Sum of RGB (Red+Green+Blue) = 15+10+91=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F0A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0A5B is #F0F5A4. Grayscale: #141414. Windows color (decimal): -15791525 or 5966351. OLE color: 5966351.
HSL color Cylindrical-coordinate representation of color #0F0A5B: hue angle of 243.7º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0A5B is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 10 | 91 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.64 |
| HSL | 243.7º | 0.8% | 0.2% | - |
| HSV(B) | 243.7º | 0.89% | 0.36% | - |
| XYZ | 2.19 | 1.07 | 9.99 | - |
| YUV | 20.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 91 | 0.84 | 0.89 | 0 | 0.64 | 243.7 | 0.8 | 0.2 |
| Hex | F | A | 5B | 54 | 59 | 0 | 40 | F4 | 50 | 14 |
| Octal | 17 | 12 | 133 | 124 | 131 | 0 | 100 | 364 | 120 | 24 |
| Binary | 1111 | 1010 | 1011011 | 1010100 | 1011001 | 0 | 1000000 | 11110100 | 1010000 | 10100 |
Color Harmonies of #0F0A5B
Complementary color
Monochromatic Colors of #0F0A5B
Black with #0F0A5B
Text Example
Text Example
White with #0F0A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A5B; }
p { color: rgb(15,10,91); }
H1.HeaderClassName
{
color: #0F0A5B;
}
.AnyTagClassName
{
color: #0F0A5B;
}
</style>
background-color css
<style>
a { background-color: #0F0A5B; }
a { background-color: rgb(15,10,91); }
div.DivClassName
{
background-color: #0F0A5B;
}
.BgClassName
{
background-color: #0F0A5B;
}
</style>
border-color css
<style>
span { border-color: #0F0A5B; }
span { border-color: rgb(15,10,91); }
td.TdClassName
{
border-color: #0F0A5B;
}
.TagClassName
{
border-color: #0F0A5B;
}
</style>