Shades of Midnight Blue #0F1775
Tints of Midnight Blue #0F1775
RGB
CMYK
RGB Variations
Color information
#0F1775 (or 0x0F1775) is known color: Midnight Blue. HEX triplet: 0F, 17 and 75. RGB value is (15,23,117). Sum of RGB (Red+Green+Blue) = 15+23+117=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F1775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1775 is #F0E88A. Grayscale: #1E1E1E. Windows color (decimal): -15788171 or 7673615. OLE color: 7673615.
HSL color Cylindrical-coordinate representation of color #0F1775: hue angle of 235.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1775 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 23 | 117 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.54 |
| HSL | 235.29º | 0.77% | 0.26% | - |
| HSV(B) | 235.29º | 0.87% | 0.46% | - |
| XYZ | 3.71 | 2 | 17.02 | - |
| YUV | 31.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 117 | 0.87 | 0.80 | 0 | 0.54 | 235.29 | 0.77 | 0.26 |
| Hex | F | 17 | 75 | 57 | 50 | 0 | 36 | EB | 4D | 1A |
| Octal | 17 | 27 | 165 | 127 | 120 | 0 | 66 | 353 | 115 | 32 |
| Binary | 1111 | 10111 | 1110101 | 1010111 | 1010000 | 0 | 110110 | 11101011 | 1001101 | 11010 |
Color Harmonies of #0F1775
Complementary color
Monochromatic Colors of #0F1775
Black with #0F1775
Text Example
Text Example
White with #0F1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1775; }
p { color: rgb(15,23,117); }
H1.HeaderClassName
{
color: #0F1775;
}
.AnyTagClassName
{
color: #0F1775;
}
</style>
background-color css
<style>
a { background-color: #0F1775; }
a { background-color: rgb(15,23,117); }
div.DivClassName
{
background-color: #0F1775;
}
.BgClassName
{
background-color: #0F1775;
}
</style>
border-color css
<style>
span { border-color: #0F1775; }
span { border-color: rgb(15,23,117); }
td.TdClassName
{
border-color: #0F1775;
}
.TagClassName
{
border-color: #0F1775;
}
</style>