Shades of Midnight Blue #0F2075
Tints of Midnight Blue #0F2075
RGB
CMYK
RGB Variations
Color information
#0F2075 (or 0x0F2075) is known color: Midnight Blue. HEX triplet: 0F, 20 and 75. RGB value is (15,32,117). Sum of RGB (Red+Green+Blue) = 15+32+117=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F2075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2075 is #F0DF8A. Grayscale: #242424. Windows color (decimal): -15785867 or 7675919. OLE color: 7675919.
HSL color Cylindrical-coordinate representation of color #0F2075: hue angle of 230º 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 #0F2075 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 32 | 117 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.54 |
| HSL | 230º | 0.77% | 0.26% | - |
| HSV(B) | 230º | 0.87% | 0.46% | - |
| XYZ | 3.92 | 2.42 | 17.09 | - |
| YUV | 36.61 | 173.37 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 117 | 0.87 | 0.73 | 0 | 0.54 | 230 | 0.77 | 0.26 |
| Hex | F | 20 | 75 | 57 | 49 | 0 | 36 | E6 | 4D | 1A |
| Octal | 17 | 40 | 165 | 127 | 111 | 0 | 66 | 346 | 115 | 32 |
| Binary | 1111 | 100000 | 1110101 | 1010111 | 1001001 | 0 | 110110 | 11100110 | 1001101 | 11010 |
Color Harmonies of #0F2075
Complementary color
Monochromatic Colors of #0F2075
Black with #0F2075
Text Example
Text Example
White with #0F2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2075; }
p { color: rgb(15,32,117); }
H1.HeaderClassName
{
color: #0F2075;
}
.AnyTagClassName
{
color: #0F2075;
}
</style>
background-color css
<style>
a { background-color: #0F2075; }
a { background-color: rgb(15,32,117); }
div.DivClassName
{
background-color: #0F2075;
}
.BgClassName
{
background-color: #0F2075;
}
</style>
border-color css
<style>
span { border-color: #0F2075; }
span { border-color: rgb(15,32,117); }
td.TdClassName
{
border-color: #0F2075;
}
.TagClassName
{
border-color: #0F2075;
}
</style>