Shades of Midnight Blue #0F135F
Tints of Midnight Blue #0F135F
RGB
CMYK
RGB Variations
Color information
#0F135F (or 0x0F135F) is known color: Midnight Blue. HEX triplet: 0F, 13 and 5F. RGB value is (15,19,95). Sum of RGB (Red+Green+Blue) = 15+19+95=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F135F is #F0ECA0. Grayscale: #1A1A1A. Windows color (decimal): -15789217 or 6230799. OLE color: 6230799.
HSL color Cylindrical-coordinate representation of color #0F135F: hue angle of 237º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F135F is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 19 | 95 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.63 |
| HSL | 237º | 0.73% | 0.22% | - |
| HSV(B) | 237º | 0.84% | 0.37% | - |
| XYZ | 2.5 | 1.39 | 10.96 | - |
| YUV | 26.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 95 | 0.84 | 0.80 | 0 | 0.63 | 237 | 0.73 | 0.22 |
| Hex | F | 13 | 5F | 54 | 50 | 0 | 3F | ED | 49 | 16 |
| Octal | 17 | 23 | 137 | 124 | 120 | 0 | 77 | 355 | 111 | 26 |
| Binary | 1111 | 10011 | 1011111 | 1010100 | 1010000 | 0 | 111111 | 11101101 | 1001001 | 10110 |
Color Harmonies of #0F135F
Complementary color
Monochromatic Colors of #0F135F
Black with #0F135F
Text Example
Text Example
White with #0F135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F135F; }
p { color: rgb(15,19,95); }
H1.HeaderClassName
{
color: #0F135F;
}
.AnyTagClassName
{
color: #0F135F;
}
</style>
background-color css
<style>
a { background-color: #0F135F; }
a { background-color: rgb(15,19,95); }
div.DivClassName
{
background-color: #0F135F;
}
.BgClassName
{
background-color: #0F135F;
}
</style>
border-color css
<style>
span { border-color: #0F135F; }
span { border-color: rgb(15,19,95); }
td.TdClassName
{
border-color: #0F135F;
}
.TagClassName
{
border-color: #0F135F;
}
</style>