Shades of Midnight Blue #0F2084
Tints of Midnight Blue #0F2084
RGB
CMYK
RGB Variations
Color information
#0F2084 (or 0x0F2084) is known color: Midnight Blue. HEX triplet: 0F, 20 and 84. RGB value is (15,32,132). Sum of RGB (Red+Green+Blue) = 15+32+132=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F2084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2084 is #F0DF7B. Grayscale: #252525. Windows color (decimal): -15785852 or 8658959. OLE color: 8658959.
HSL color Cylindrical-coordinate representation of color #0F2084: hue angle of 231.28º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2084 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 32 | 132 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.48 |
| HSL | 231.28º | 0.8% | 0.29% | - |
| HSV(B) | 231.28º | 0.89% | 0.52% | - |
| XYZ | 4.88 | 2.8 | 22.11 | - |
| YUV | 38.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 132 | 0.89 | 0.76 | 0 | 0.48 | 231.28 | 0.8 | 0.29 |
| Hex | F | 20 | 84 | 59 | 4C | 0 | 30 | E7 | 50 | 1D |
| Octal | 17 | 40 | 204 | 131 | 114 | 0 | 60 | 347 | 120 | 35 |
| Binary | 1111 | 100000 | 10000100 | 1011001 | 1001100 | 0 | 110000 | 11100111 | 1010000 | 11101 |
Color Harmonies of #0F2084
Complementary color
Monochromatic Colors of #0F2084
Black with #0F2084
Text Example
Text Example
White with #0F2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2084; }
p { color: rgb(15,32,132); }
H1.HeaderClassName
{
color: #0F2084;
}
.AnyTagClassName
{
color: #0F2084;
}
</style>
background-color css
<style>
a { background-color: #0F2084; }
a { background-color: rgb(15,32,132); }
div.DivClassName
{
background-color: #0F2084;
}
.BgClassName
{
background-color: #0F2084;
}
</style>
border-color css
<style>
span { border-color: #0F2084; }
span { border-color: rgb(15,32,132); }
td.TdClassName
{
border-color: #0F2084;
}
.TagClassName
{
border-color: #0F2084;
}
</style>