Shades of Midnight Blue #0F0168
Tints of Midnight Blue #0F0168
RGB
CMYK
RGB Variations
Color information
#0F0168 (or 0x0F0168) is known color: Midnight Blue. HEX triplet: 0F, 01 and 68. RGB value is (15,1,104). Sum of RGB (Red+Green+Blue) = 15+1+104=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 104 (41.02% from 255 or 86.67% from 120); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0168 is #F0FE97. Grayscale: #101010. Windows color (decimal): -15793816 or 6816015. OLE color: 6816015.
HSL color Cylindrical-coordinate representation of color #0F0168: hue angle of 248.16º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0168 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 1 | 104 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.59 |
| HSL | 248.16º | 0.98% | 0.21% | - |
| HSV(B) | 248.16º | 0.99% | 0.41% | - |
| XYZ | 2.71 | 1.12 | 13.17 | - |
| YUV | 16.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 104 | 0.86 | 0.99 | 0 | 0.59 | 248.16 | 0.98 | 0.21 |
| Hex | F | 1 | 68 | 56 | 63 | 0 | 3B | F8 | 62 | 15 |
| Octal | 17 | 1 | 150 | 126 | 143 | 0 | 73 | 370 | 142 | 25 |
| Binary | 1111 | 1 | 1101000 | 1010110 | 1100011 | 0 | 111011 | 11111000 | 1100010 | 10101 |
Color Harmonies of #0F0168
Complementary color
Monochromatic Colors of #0F0168
Black with #0F0168
Text Example
Text Example
White with #0F0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0168; }
p { color: rgb(15,1,104); }
H1.HeaderClassName
{
color: #0F0168;
}
.AnyTagClassName
{
color: #0F0168;
}
</style>
background-color css
<style>
a { background-color: #0F0168; }
a { background-color: rgb(15,1,104); }
div.DivClassName
{
background-color: #0F0168;
}
.BgClassName
{
background-color: #0F0168;
}
</style>
border-color css
<style>
span { border-color: #0F0168; }
span { border-color: rgb(15,1,104); }
td.TdClassName
{
border-color: #0F0168;
}
.TagClassName
{
border-color: #0F0168;
}
</style>