Shades of Midnight Blue #0F1567
Tints of Midnight Blue #0F1567
RGB
CMYK
RGB Variations
Color information
#0F1567 (or 0x0F1567) is known color: Midnight Blue. HEX triplet: 0F, 15 and 67. RGB value is (15,21,103). Sum of RGB (Red+Green+Blue) = 15+21+103=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F1567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1567 is #F0EA98. Grayscale: #1C1C1C. Windows color (decimal): -15788697 or 6755599. OLE color: 6755599.
HSL color Cylindrical-coordinate representation of color #0F1567: hue angle of 235.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1567 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 21 | 103 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.60 |
| HSL | 235.91º | 0.75% | 0.23% | - |
| HSV(B) | 235.91º | 0.85% | 0.4% | - |
| XYZ | 2.91 | 1.62 | 12.99 | - |
| YUV | 28.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 103 | 0.85 | 0.80 | 0 | 0.60 | 235.91 | 0.75 | 0.23 |
| Hex | F | 15 | 67 | 55 | 50 | 0 | 3C | EC | 4B | 17 |
| Octal | 17 | 25 | 147 | 125 | 120 | 0 | 74 | 354 | 113 | 27 |
| Binary | 1111 | 10101 | 1100111 | 1010101 | 1010000 | 0 | 111100 | 11101100 | 1001011 | 10111 |
Color Harmonies of #0F1567
Complementary color
Monochromatic Colors of #0F1567
Black with #0F1567
Text Example
Text Example
White with #0F1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1567; }
p { color: rgb(15,21,103); }
H1.HeaderClassName
{
color: #0F1567;
}
.AnyTagClassName
{
color: #0F1567;
}
</style>
background-color css
<style>
a { background-color: #0F1567; }
a { background-color: rgb(15,21,103); }
div.DivClassName
{
background-color: #0F1567;
}
.BgClassName
{
background-color: #0F1567;
}
</style>
border-color css
<style>
span { border-color: #0F1567; }
span { border-color: rgb(15,21,103); }
td.TdClassName
{
border-color: #0F1567;
}
.TagClassName
{
border-color: #0F1567;
}
</style>