Shades of Midnight Blue #0F207C
Tints of Midnight Blue #0F207C
RGB
CMYK
RGB Variations
Color information
#0F207C (or 0x0F207C) is known color: Midnight Blue. HEX triplet: 0F, 20 and 7C. RGB value is (15,32,124). Sum of RGB (Red+Green+Blue) = 15+32+124=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F207C is #F0DF83. Grayscale: #252525. Windows color (decimal): -15785860 or 8134671. OLE color: 8134671.
HSL color Cylindrical-coordinate representation of color #0F207C: hue angle of 230.64º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F207C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 32 | 124 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.51 |
| HSL | 230.64º | 0.78% | 0.27% | - |
| HSV(B) | 230.64º | 0.88% | 0.49% | - |
| XYZ | 4.35 | 2.59 | 19.34 | - |
| YUV | 37.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 124 | 0.88 | 0.74 | 0 | 0.51 | 230.64 | 0.78 | 0.27 |
| Hex | F | 20 | 7C | 58 | 4A | 0 | 33 | E7 | 4E | 1B |
| Octal | 17 | 40 | 174 | 130 | 112 | 0 | 63 | 347 | 116 | 33 |
| Binary | 1111 | 100000 | 1111100 | 1011000 | 1001010 | 0 | 110011 | 11100111 | 1001110 | 11011 |
Color Harmonies of #0F207C
Complementary color
Monochromatic Colors of #0F207C
Black with #0F207C
Text Example
Text Example
White with #0F207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F207C; }
p { color: rgb(15,32,124); }
H1.HeaderClassName
{
color: #0F207C;
}
.AnyTagClassName
{
color: #0F207C;
}
</style>
background-color css
<style>
a { background-color: #0F207C; }
a { background-color: rgb(15,32,124); }
div.DivClassName
{
background-color: #0F207C;
}
.BgClassName
{
background-color: #0F207C;
}
</style>
border-color css
<style>
span { border-color: #0F207C; }
span { border-color: rgb(15,32,124); }
td.TdClassName
{
border-color: #0F207C;
}
.TagClassName
{
border-color: #0F207C;
}
</style>