Shades of Midnight Blue #0F0C78
Tints of Midnight Blue #0F0C78
RGB
CMYK
RGB Variations
Color information
#0F0C78 (or 0x0F0C78) is known color: Midnight Blue. HEX triplet: 0F, 0C and 78. RGB value is (15,12,120). Sum of RGB (Red+Green+Blue) = 15+12+120=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F0C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0C78 is #F0F387. Grayscale: #181818. Windows color (decimal): -15790984 or 7867407. OLE color: 7867407.
HSL color Cylindrical-coordinate representation of color #0F0C78: hue angle of 241.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0C78 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 12 | 120 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.53 |
| HSL | 241.67º | 0.82% | 0.26% | - |
| HSV(B) | 241.67º | 0.9% | 0.47% | - |
| XYZ | 3.72 | 1.72 | 17.91 | - |
| YUV | 25.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 120 | 0.87 | 0.90 | 0 | 0.53 | 241.67 | 0.82 | 0.26 |
| Hex | F | C | 78 | 57 | 5A | 0 | 35 | F2 | 52 | 1A |
| Octal | 17 | 14 | 170 | 127 | 132 | 0 | 65 | 362 | 122 | 32 |
| Binary | 1111 | 1100 | 1111000 | 1010111 | 1011010 | 0 | 110101 | 11110010 | 1010010 | 11010 |
Color Harmonies of #0F0C78
Complementary color
Monochromatic Colors of #0F0C78
Black with #0F0C78
Text Example
Text Example
White with #0F0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C78; }
p { color: rgb(15,12,120); }
H1.HeaderClassName
{
color: #0F0C78;
}
.AnyTagClassName
{
color: #0F0C78;
}
</style>
background-color css
<style>
a { background-color: #0F0C78; }
a { background-color: rgb(15,12,120); }
div.DivClassName
{
background-color: #0F0C78;
}
.BgClassName
{
background-color: #0F0C78;
}
</style>
border-color css
<style>
span { border-color: #0F0C78; }
span { border-color: rgb(15,12,120); }
td.TdClassName
{
border-color: #0F0C78;
}
.TagClassName
{
border-color: #0F0C78;
}
</style>