Shades of Midnight Blue #0F1467
Tints of Midnight Blue #0F1467
RGB
CMYK
RGB Variations
Color information
#0F1467 (or 0x0F1467) is known color: Midnight Blue. HEX triplet: 0F, 14 and 67. RGB value is (15,20,103). Sum of RGB (Red+Green+Blue) = 15+20+103=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F1467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1467 is #F0EB98. Grayscale: #1B1B1B. Windows color (decimal): -15788953 or 6755343. OLE color: 6755343.
HSL color Cylindrical-coordinate representation of color #0F1467: hue angle of 236.59º 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 #0F1467 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 20 | 103 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.60 |
| HSL | 236.59º | 0.75% | 0.23% | - |
| HSV(B) | 236.59º | 0.85% | 0.4% | - |
| XYZ | 2.9 | 1.58 | 12.98 | - |
| YUV | 27.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 103 | 0.85 | 0.81 | 0 | 0.60 | 236.59 | 0.75 | 0.23 |
| Hex | F | 14 | 67 | 55 | 51 | 0 | 3C | ED | 4B | 17 |
| Octal | 17 | 24 | 147 | 125 | 121 | 0 | 74 | 355 | 113 | 27 |
| Binary | 1111 | 10100 | 1100111 | 1010101 | 1010001 | 0 | 111100 | 11101101 | 1001011 | 10111 |
Color Harmonies of #0F1467
Complementary color
Monochromatic Colors of #0F1467
Black with #0F1467
Text Example
Text Example
White with #0F1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1467; }
p { color: rgb(15,20,103); }
H1.HeaderClassName
{
color: #0F1467;
}
.AnyTagClassName
{
color: #0F1467;
}
</style>
background-color css
<style>
a { background-color: #0F1467; }
a { background-color: rgb(15,20,103); }
div.DivClassName
{
background-color: #0F1467;
}
.BgClassName
{
background-color: #0F1467;
}
</style>
border-color css
<style>
span { border-color: #0F1467; }
span { border-color: rgb(15,20,103); }
td.TdClassName
{
border-color: #0F1467;
}
.TagClassName
{
border-color: #0F1467;
}
</style>