Shades of Midnight Blue #0F127C
Tints of Midnight Blue #0F127C
RGB
CMYK
RGB Variations
Color information
#0F127C (or 0x0F127C) is known color: Midnight Blue. HEX triplet: 0F, 12 and 7C. RGB value is (15,18,124). Sum of RGB (Red+Green+Blue) = 15+18+124=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F127C is #F0ED83. Grayscale: #1C1C1C. Windows color (decimal): -15789444 or 8131087. OLE color: 8131087.
HSL color Cylindrical-coordinate representation of color #0F127C: hue angle of 238.35º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F127C is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 18 | 124 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.51 |
| HSL | 238.35º | 0.78% | 0.27% | - |
| HSV(B) | 238.35º | 0.88% | 0.49% | - |
| XYZ | 4.05 | 1.99 | 19.24 | - |
| YUV | 29.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 124 | 0.88 | 0.85 | 0 | 0.51 | 238.35 | 0.78 | 0.27 |
| Hex | F | 12 | 7C | 58 | 55 | 0 | 33 | EE | 4E | 1B |
| Octal | 17 | 22 | 174 | 130 | 125 | 0 | 63 | 356 | 116 | 33 |
| Binary | 1111 | 10010 | 1111100 | 1011000 | 1010101 | 0 | 110011 | 11101110 | 1001110 | 11011 |
Color Harmonies of #0F127C
Complementary color
Monochromatic Colors of #0F127C
Black with #0F127C
Text Example
Text Example
White with #0F127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F127C; }
p { color: rgb(15,18,124); }
H1.HeaderClassName
{
color: #0F127C;
}
.AnyTagClassName
{
color: #0F127C;
}
</style>
background-color css
<style>
a { background-color: #0F127C; }
a { background-color: rgb(15,18,124); }
div.DivClassName
{
background-color: #0F127C;
}
.BgClassName
{
background-color: #0F127C;
}
</style>
border-color css
<style>
span { border-color: #0F127C; }
span { border-color: rgb(15,18,124); }
td.TdClassName
{
border-color: #0F127C;
}
.TagClassName
{
border-color: #0F127C;
}
</style>