Shades of Midnight Blue #0F146E
Tints of Midnight Blue #0F146E
RGB
CMYK
RGB Variations
Color information
#0F146E (or 0x0F146E) is known color: Midnight Blue. HEX triplet: 0F, 14 and 6E. RGB value is (15,20,110). Sum of RGB (Red+Green+Blue) = 15+20+110=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 110 (43.36% from 255 or 75.86% from 145); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F146E is #F0EB91. Grayscale: #1C1C1C. Windows color (decimal): -15788946 or 7214095. OLE color: 7214095.
HSL color Cylindrical-coordinate representation of color #0F146E: hue angle of 236.84º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F146E is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 20 | 110 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.57 |
| HSL | 236.84º | 0.76% | 0.25% | - |
| HSV(B) | 236.84º | 0.86% | 0.43% | - |
| XYZ | 3.26 | 1.73 | 14.91 | - |
| YUV | 28.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 110 | 0.86 | 0.82 | 0 | 0.57 | 236.84 | 0.76 | 0.25 |
| Hex | F | 14 | 6E | 56 | 52 | 0 | 39 | ED | 4C | 19 |
| Octal | 17 | 24 | 156 | 126 | 122 | 0 | 71 | 355 | 114 | 31 |
| Binary | 1111 | 10100 | 1101110 | 1010110 | 1010010 | 0 | 111001 | 11101101 | 1001100 | 11001 |
Color Harmonies of #0F146E
Complementary color
Monochromatic Colors of #0F146E
Black with #0F146E
Text Example
Text Example
White with #0F146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F146E; }
p { color: rgb(15,20,110); }
H1.HeaderClassName
{
color: #0F146E;
}
.AnyTagClassName
{
color: #0F146E;
}
</style>
background-color css
<style>
a { background-color: #0F146E; }
a { background-color: rgb(15,20,110); }
div.DivClassName
{
background-color: #0F146E;
}
.BgClassName
{
background-color: #0F146E;
}
</style>
border-color css
<style>
span { border-color: #0F146E; }
span { border-color: rgb(15,20,110); }
td.TdClassName
{
border-color: #0F146E;
}
.TagClassName
{
border-color: #0F146E;
}
</style>