Shades of Midnight Blue #0F0366
Tints of Midnight Blue #0F0366
RGB
CMYK
RGB Variations
Color information
#0F0366 (or 0x0F0366) is known color: Midnight Blue. HEX triplet: 0F, 03 and 66. RGB value is (15,3,102). Sum of RGB (Red+Green+Blue) = 15+3+102=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #0F0366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0366 is #F0FC99. Grayscale: #111111. Windows color (decimal): -15793306 or 6685455. OLE color: 6685455.
HSL color Cylindrical-coordinate representation of color #0F0366: hue angle of 247.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0366 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 3 | 102 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.6 |
| HSL | 247.27º | 0.94% | 0.21% | - |
| HSV(B) | 247.27º | 0.97% | 0.4% | - |
| XYZ | 2.63 | 1.13 | 12.65 | - |
| YUV | 17.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 102 | 0.85 | 0.97 | 0 | 0.6 | 247.27 | 0.94 | 0.21 |
| Hex | F | 3 | 66 | 55 | 61 | 0 | 3C | F7 | 5E | 15 |
| Octal | 17 | 3 | 146 | 125 | 141 | 0 | 74 | 367 | 136 | 25 |
| Binary | 1111 | 11 | 1100110 | 1010101 | 1100001 | 0 | 111100 | 11110111 | 1011110 | 10101 |
Color Harmonies of #0F0366
Complementary color
Monochromatic Colors of #0F0366
Black with #0F0366
Text Example
Text Example
White with #0F0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0366; }
p { color: rgb(15,3,102); }
H1.HeaderClassName
{
color: #0F0366;
}
.AnyTagClassName
{
color: #0F0366;
}
</style>
background-color css
<style>
a { background-color: #0F0366; }
a { background-color: rgb(15,3,102); }
div.DivClassName
{
background-color: #0F0366;
}
.BgClassName
{
background-color: #0F0366;
}
</style>
border-color css
<style>
span { border-color: #0F0366; }
span { border-color: rgb(15,3,102); }
td.TdClassName
{
border-color: #0F0366;
}
.TagClassName
{
border-color: #0F0366;
}
</style>