Shades of Midnight Blue #0F1369
Tints of Midnight Blue #0F1369
RGB
CMYK
RGB Variations
Color information
#0F1369 (or 0x0F1369) is known color: Midnight Blue. HEX triplet: 0F, 13 and 69. RGB value is (15,19,105). Sum of RGB (Red+Green+Blue) = 15+19+105=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 105 (41.41% from 255 or 75.54% from 139); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1369 is #F0EC96. Grayscale: #1B1B1B. Windows color (decimal): -15789207 or 6886159. OLE color: 6886159.
HSL color Cylindrical-coordinate representation of color #0F1369: hue angle of 237.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1369 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 19 | 105 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.59 |
| HSL | 237.33º | 0.75% | 0.24% | - |
| HSV(B) | 237.33º | 0.86% | 0.41% | - |
| XYZ | 2.98 | 1.59 | 13.51 | - |
| YUV | 27.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 105 | 0.86 | 0.82 | 0 | 0.59 | 237.33 | 0.75 | 0.24 |
| Hex | F | 13 | 69 | 56 | 52 | 0 | 3B | ED | 4B | 18 |
| Octal | 17 | 23 | 151 | 126 | 122 | 0 | 73 | 355 | 113 | 30 |
| Binary | 1111 | 10011 | 1101001 | 1010110 | 1010010 | 0 | 111011 | 11101101 | 1001011 | 11000 |
Color Harmonies of #0F1369
Complementary color
Monochromatic Colors of #0F1369
Black with #0F1369
Text Example
Text Example
White with #0F1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1369; }
p { color: rgb(15,19,105); }
H1.HeaderClassName
{
color: #0F1369;
}
.AnyTagClassName
{
color: #0F1369;
}
</style>
background-color css
<style>
a { background-color: #0F1369; }
a { background-color: rgb(15,19,105); }
div.DivClassName
{
background-color: #0F1369;
}
.BgClassName
{
background-color: #0F1369;
}
</style>
border-color css
<style>
span { border-color: #0F1369; }
span { border-color: rgb(15,19,105); }
td.TdClassName
{
border-color: #0F1369;
}
.TagClassName
{
border-color: #0F1369;
}
</style>