Shades of Midnight Blue #0F197F
Tints of Midnight Blue #0F197F
RGB
CMYK
RGB Variations
Color information
#0F197F (or 0x0F197F) is known color: Midnight Blue. HEX triplet: 0F, 19 and 7F. RGB value is (15,25,127). Sum of RGB (Red+Green+Blue) = 15+25+127=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F197F is #F0E680. Grayscale: #212121. Windows color (decimal): -15787649 or 8329487. OLE color: 8329487.
HSL color Cylindrical-coordinate representation of color #0F197F: hue angle of 234.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F197F is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 25 | 127 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.50 |
| HSL | 234.64º | 0.79% | 0.28% | - |
| HSV(B) | 234.64º | 0.88% | 0.5% | - |
| XYZ | 4.38 | 2.33 | 20.3 | - |
| YUV | 33.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 127 | 0.88 | 0.80 | 0 | 0.50 | 234.64 | 0.79 | 0.28 |
| Hex | F | 19 | 7F | 58 | 50 | 0 | 32 | EB | 4F | 1C |
| Octal | 17 | 31 | 177 | 130 | 120 | 0 | 62 | 353 | 117 | 34 |
| Binary | 1111 | 11001 | 1111111 | 1011000 | 1010000 | 0 | 110010 | 11101011 | 1001111 | 11100 |
Color Harmonies of #0F197F
Complementary color
Monochromatic Colors of #0F197F
Black with #0F197F
Text Example
Text Example
White with #0F197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F197F; }
p { color: rgb(15,25,127); }
H1.HeaderClassName
{
color: #0F197F;
}
.AnyTagClassName
{
color: #0F197F;
}
</style>
background-color css
<style>
a { background-color: #0F197F; }
a { background-color: rgb(15,25,127); }
div.DivClassName
{
background-color: #0F197F;
}
.BgClassName
{
background-color: #0F197F;
}
</style>
border-color css
<style>
span { border-color: #0F197F; }
span { border-color: rgb(15,25,127); }
td.TdClassName
{
border-color: #0F197F;
}
.TagClassName
{
border-color: #0F197F;
}
</style>