Shades of Midnight Blue #0F1250
Tints of Midnight Blue #0F1250
RGB
CMYK
RGB Variations
Color information
#0F1250 (or 0x0F1250) is known color: Midnight Blue. HEX triplet: 0F, 12 and 50. RGB value is (15,18,80). Sum of RGB (Red+Green+Blue) = 15+18+80=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F1250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1250 is #F0EDAF. Grayscale: #171717. Windows color (decimal): -15789488 or 5247503. OLE color: 5247503.
HSL color Cylindrical-coordinate representation of color #0F1250: hue angle of 237.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1250 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 18 | 80 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.69 |
| HSL | 237.23º | 0.68% | 0.19% | - |
| HSV(B) | 237.23º | 0.81% | 0.31% | - |
| XYZ | 1.86 | 1.11 | 7.71 | - |
| YUV | 24.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 80 | 0.81 | 0.78 | 0 | 0.69 | 237.23 | 0.68 | 0.19 |
| Hex | F | 12 | 50 | 51 | 4E | 0 | 45 | ED | 44 | 13 |
| Octal | 17 | 22 | 120 | 121 | 116 | 0 | 105 | 355 | 104 | 23 |
| Binary | 1111 | 10010 | 1010000 | 1010001 | 1001110 | 0 | 1000101 | 11101101 | 1000100 | 10011 |
Color Harmonies of #0F1250
Complementary color
Monochromatic Colors of #0F1250
Black with #0F1250
Text Example
Text Example
White with #0F1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1250; }
p { color: rgb(15,18,80); }
H1.HeaderClassName
{
color: #0F1250;
}
.AnyTagClassName
{
color: #0F1250;
}
</style>
background-color css
<style>
a { background-color: #0F1250; }
a { background-color: rgb(15,18,80); }
div.DivClassName
{
background-color: #0F1250;
}
.BgClassName
{
background-color: #0F1250;
}
</style>
border-color css
<style>
span { border-color: #0F1250; }
span { border-color: rgb(15,18,80); }
td.TdClassName
{
border-color: #0F1250;
}
.TagClassName
{
border-color: #0F1250;
}
</style>