Shades of Midnight Blue #0F1554
Tints of Midnight Blue #0F1554
RGB
CMYK
RGB Variations
Color information
#0F1554 (or 0x0F1554) is known color: Midnight Blue. HEX triplet: 0F, 15 and 54. RGB value is (15,21,84). Sum of RGB (Red+Green+Blue) = 15+21+84=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F1554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1554 is #F0EAAB. Grayscale: #1A1A1A. Windows color (decimal): -15788716 or 5510415. OLE color: 5510415.
HSL color Cylindrical-coordinate representation of color #0F1554: hue angle of 234.78º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1554 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 21 | 84 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.67 |
| HSL | 234.78º | 0.7% | 0.19% | - |
| HSV(B) | 234.78º | 0.82% | 0.33% | - |
| XYZ | 2.07 | 1.28 | 8.53 | - |
| YUV | 26.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 84 | 0.82 | 0.75 | 0 | 0.67 | 234.78 | 0.7 | 0.19 |
| Hex | F | 15 | 54 | 52 | 4B | 0 | 43 | EB | 46 | 13 |
| Octal | 17 | 25 | 124 | 122 | 113 | 0 | 103 | 353 | 106 | 23 |
| Binary | 1111 | 10101 | 1010100 | 1010010 | 1001011 | 0 | 1000011 | 11101011 | 1000110 | 10011 |
Color Harmonies of #0F1554
Complementary color
Monochromatic Colors of #0F1554
Black with #0F1554
Text Example
Text Example
White with #0F1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1554; }
p { color: rgb(15,21,84); }
H1.HeaderClassName
{
color: #0F1554;
}
.AnyTagClassName
{
color: #0F1554;
}
</style>
background-color css
<style>
a { background-color: #0F1554; }
a { background-color: rgb(15,21,84); }
div.DivClassName
{
background-color: #0F1554;
}
.BgClassName
{
background-color: #0F1554;
}
</style>
border-color css
<style>
span { border-color: #0F1554; }
span { border-color: rgb(15,21,84); }
td.TdClassName
{
border-color: #0F1554;
}
.TagClassName
{
border-color: #0F1554;
}
</style>