Shades of Midnight Blue #0F155B
Tints of Midnight Blue #0F155B
RGB
CMYK
RGB Variations
Color information
#0F155B (or 0x0F155B) is known color: Midnight Blue. HEX triplet: 0F, 15 and 5B. RGB value is (15,21,91). Sum of RGB (Red+Green+Blue) = 15+21+91=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F155B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F155B is #F0EAA4. Grayscale: #1A1A1A. Windows color (decimal): -15788709 or 5969167. OLE color: 5969167.
HSL color Cylindrical-coordinate representation of color #0F155B: hue angle of 235.26º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F155B is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 21 | 91 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.64 |
| HSL | 235.26º | 0.72% | 0.21% | - |
| HSV(B) | 235.26º | 0.84% | 0.36% | - |
| XYZ | 2.35 | 1.39 | 10.04 | - |
| YUV | 27.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 91 | 0.84 | 0.77 | 0 | 0.64 | 235.26 | 0.72 | 0.21 |
| Hex | F | 15 | 5B | 54 | 4D | 0 | 40 | EB | 48 | 15 |
| Octal | 17 | 25 | 133 | 124 | 115 | 0 | 100 | 353 | 110 | 25 |
| Binary | 1111 | 10101 | 1011011 | 1010100 | 1001101 | 0 | 1000000 | 11101011 | 1001000 | 10101 |
Color Harmonies of #0F155B
Complementary color
Monochromatic Colors of #0F155B
Black with #0F155B
Text Example
Text Example
White with #0F155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F155B; }
p { color: rgb(15,21,91); }
H1.HeaderClassName
{
color: #0F155B;
}
.AnyTagClassName
{
color: #0F155B;
}
</style>
background-color css
<style>
a { background-color: #0F155B; }
a { background-color: rgb(15,21,91); }
div.DivClassName
{
background-color: #0F155B;
}
.BgClassName
{
background-color: #0F155B;
}
</style>
border-color css
<style>
span { border-color: #0F155B; }
span { border-color: rgb(15,21,91); }
td.TdClassName
{
border-color: #0F155B;
}
.TagClassName
{
border-color: #0F155B;
}
</style>