Shades of Midnight Blue #0F036A
Tints of Midnight Blue #0F036A
RGB
CMYK
RGB Variations
Color information
#0F036A (or 0x0F036A) is known color: Midnight Blue. HEX triplet: 0F, 03 and 6A. RGB value is (15,3,106). Sum of RGB (Red+Green+Blue) = 15+3+106=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F036A is #F0FC95. Grayscale: #111111. Windows color (decimal): -15793302 or 6947599. OLE color: 6947599.
HSL color Cylindrical-coordinate representation of color #0F036A: hue angle of 246.99º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F036A is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 3 | 106 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.58 |
| HSL | 246.99º | 0.94% | 0.21% | - |
| HSV(B) | 246.99º | 0.97% | 0.42% | - |
| XYZ | 2.83 | 1.21 | 13.72 | - |
| YUV | 18.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 106 | 0.86 | 0.97 | 0 | 0.58 | 246.99 | 0.94 | 0.21 |
| Hex | F | 3 | 6A | 56 | 61 | 0 | 3A | F7 | 5E | 15 |
| Octal | 17 | 3 | 152 | 126 | 141 | 0 | 72 | 367 | 136 | 25 |
| Binary | 1111 | 11 | 1101010 | 1010110 | 1100001 | 0 | 111010 | 11110111 | 1011110 | 10101 |
Color Harmonies of #0F036A
Complementary color
Monochromatic Colors of #0F036A
Black with #0F036A
Text Example
Text Example
White with #0F036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F036A; }
p { color: rgb(15,3,106); }
H1.HeaderClassName
{
color: #0F036A;
}
.AnyTagClassName
{
color: #0F036A;
}
</style>
background-color css
<style>
a { background-color: #0F036A; }
a { background-color: rgb(15,3,106); }
div.DivClassName
{
background-color: #0F036A;
}
.BgClassName
{
background-color: #0F036A;
}
</style>
border-color css
<style>
span { border-color: #0F036A; }
span { border-color: rgb(15,3,106); }
td.TdClassName
{
border-color: #0F036A;
}
.TagClassName
{
border-color: #0F036A;
}
</style>