Shades of Midnight Blue #0F1262
Tints of Midnight Blue #0F1262
RGB
CMYK
RGB Variations
Color information
#0F1262 (or 0x0F1262) is known color: Midnight Blue. HEX triplet: 0F, 12 and 62. RGB value is (15,18,98). Sum of RGB (Red+Green+Blue) = 15+18+98=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F1262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1262 is #F0ED9D. Grayscale: #191919. Windows color (decimal): -15789470 or 6427151. OLE color: 6427151.
HSL color Cylindrical-coordinate representation of color #0F1262: hue angle of 237.83º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1262 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 18 | 98 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.62 |
| HSL | 237.83º | 0.73% | 0.22% | - |
| HSV(B) | 237.83º | 0.85% | 0.38% | - |
| XYZ | 2.62 | 1.42 | 11.69 | - |
| YUV | 26.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 98 | 0.85 | 0.82 | 0 | 0.62 | 237.83 | 0.73 | 0.22 |
| Hex | F | 12 | 62 | 55 | 52 | 0 | 3E | EE | 49 | 16 |
| Octal | 17 | 22 | 142 | 125 | 122 | 0 | 76 | 356 | 111 | 26 |
| Binary | 1111 | 10010 | 1100010 | 1010101 | 1010010 | 0 | 111110 | 11101110 | 1001001 | 10110 |
Color Harmonies of #0F1262
Complementary color
Monochromatic Colors of #0F1262
Black with #0F1262
Text Example
Text Example
White with #0F1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1262; }
p { color: rgb(15,18,98); }
H1.HeaderClassName
{
color: #0F1262;
}
.AnyTagClassName
{
color: #0F1262;
}
</style>
background-color css
<style>
a { background-color: #0F1262; }
a { background-color: rgb(15,18,98); }
div.DivClassName
{
background-color: #0F1262;
}
.BgClassName
{
background-color: #0F1262;
}
</style>
border-color css
<style>
span { border-color: #0F1262; }
span { border-color: rgb(15,18,98); }
td.TdClassName
{
border-color: #0F1262;
}
.TagClassName
{
border-color: #0F1262;
}
</style>