Shades of Midnight Blue #0F2178
Tints of Midnight Blue #0F2178
RGB
CMYK
RGB Variations
Color information
#0F2178 (or 0x0F2178) is known color: Midnight Blue. HEX triplet: 0F, 21 and 78. RGB value is (15,33,120). Sum of RGB (Red+Green+Blue) = 15+33+120=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F2178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2178 is #F0DE87. Grayscale: #252525. Windows color (decimal): -15785608 or 7872783. OLE color: 7872783.
HSL color Cylindrical-coordinate representation of color #0F2178: hue angle of 229.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2178 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 33 | 120 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.53 |
| HSL | 229.71º | 0.78% | 0.26% | - |
| HSV(B) | 229.71º | 0.88% | 0.47% | - |
| XYZ | 4.13 | 2.55 | 18.04 | - |
| YUV | 37.54 | 174.54 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 120 | 0.87 | 0.72 | 0 | 0.53 | 229.71 | 0.78 | 0.26 |
| Hex | F | 21 | 78 | 57 | 48 | 0 | 35 | E6 | 4E | 1A |
| Octal | 17 | 41 | 170 | 127 | 110 | 0 | 65 | 346 | 116 | 32 |
| Binary | 1111 | 100001 | 1111000 | 1010111 | 1001000 | 0 | 110101 | 11100110 | 1001110 | 11010 |
Color Harmonies of #0F2178
Complementary color
Monochromatic Colors of #0F2178
Black with #0F2178
Text Example
Text Example
White with #0F2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2178; }
p { color: rgb(15,33,120); }
H1.HeaderClassName
{
color: #0F2178;
}
.AnyTagClassName
{
color: #0F2178;
}
</style>
background-color css
<style>
a { background-color: #0F2178; }
a { background-color: rgb(15,33,120); }
div.DivClassName
{
background-color: #0F2178;
}
.BgClassName
{
background-color: #0F2178;
}
</style>
border-color css
<style>
span { border-color: #0F2178; }
span { border-color: rgb(15,33,120); }
td.TdClassName
{
border-color: #0F2178;
}
.TagClassName
{
border-color: #0F2178;
}
</style>