Shades of Midnight Blue #0F0468
Tints of Midnight Blue #0F0468
RGB
CMYK
RGB Variations
Color information
#0F0468 (or 0x0F0468) is known color: Midnight Blue. HEX triplet: 0F, 04 and 68. RGB value is (15,4,104). Sum of RGB (Red+Green+Blue) = 15+4+104=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0468 is #F0FB97. Grayscale: #121212. Windows color (decimal): -15793048 or 6816783. OLE color: 6816783.
HSL color Cylindrical-coordinate representation of color #0F0468: hue angle of 246.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0468 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 4 | 104 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.59 |
| HSL | 246.6º | 0.93% | 0.21% | - |
| HSV(B) | 246.6º | 0.96% | 0.41% | - |
| XYZ | 2.74 | 1.19 | 13.18 | - |
| YUV | 18.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 104 | 0.86 | 0.96 | 0 | 0.59 | 246.6 | 0.93 | 0.21 |
| Hex | F | 4 | 68 | 56 | 60 | 0 | 3B | F7 | 5D | 15 |
| Octal | 17 | 4 | 150 | 126 | 140 | 0 | 73 | 367 | 135 | 25 |
| Binary | 1111 | 100 | 1101000 | 1010110 | 1100000 | 0 | 111011 | 11110111 | 1011101 | 10101 |
Color Harmonies of #0F0468
Complementary color
Monochromatic Colors of #0F0468
Black with #0F0468
Text Example
Text Example
White with #0F0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0468; }
p { color: rgb(15,4,104); }
H1.HeaderClassName
{
color: #0F0468;
}
.AnyTagClassName
{
color: #0F0468;
}
</style>
background-color css
<style>
a { background-color: #0F0468; }
a { background-color: rgb(15,4,104); }
div.DivClassName
{
background-color: #0F0468;
}
.BgClassName
{
background-color: #0F0468;
}
</style>
border-color css
<style>
span { border-color: #0F0468; }
span { border-color: rgb(15,4,104); }
td.TdClassName
{
border-color: #0F0468;
}
.TagClassName
{
border-color: #0F0468;
}
</style>