Shades of Midnight Blue #0F0260
Tints of Midnight Blue #0F0260
RGB
CMYK
RGB Variations
Color information
#0F0260 (or 0x0F0260) is known color: Midnight Blue. HEX triplet: 0F, 02 and 60. RGB value is (15,2,96). Sum of RGB (Red+Green+Blue) = 15+2+96=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0260 is #F0FD9F. Grayscale: #101010. Windows color (decimal): -15793568 or 6291983. OLE color: 6291983.
HSL color Cylindrical-coordinate representation of color #0F0260: hue angle of 248.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0260 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 2 | 96 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.62 |
| HSL | 248.3º | 0.96% | 0.19% | - |
| HSV(B) | 248.3º | 0.98% | 0.38% | - |
| XYZ | 2.33 | 0.99 | 11.13 | - |
| YUV | 16.6 | 172.81 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 96 | 0.84 | 0.98 | 0 | 0.62 | 248.3 | 0.96 | 0.19 |
| Hex | F | 2 | 60 | 54 | 62 | 0 | 3E | F8 | 60 | 13 |
| Octal | 17 | 2 | 140 | 124 | 142 | 0 | 76 | 370 | 140 | 23 |
| Binary | 1111 | 10 | 1100000 | 1010100 | 1100010 | 0 | 111110 | 11111000 | 1100000 | 10011 |
Color Harmonies of #0F0260
Complementary color
Monochromatic Colors of #0F0260
Black with #0F0260
Text Example
Text Example
White with #0F0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0260; }
p { color: rgb(15,2,96); }
H1.HeaderClassName
{
color: #0F0260;
}
.AnyTagClassName
{
color: #0F0260;
}
</style>
background-color css
<style>
a { background-color: #0F0260; }
a { background-color: rgb(15,2,96); }
div.DivClassName
{
background-color: #0F0260;
}
.BgClassName
{
background-color: #0F0260;
}
</style>
border-color css
<style>
span { border-color: #0F0260; }
span { border-color: rgb(15,2,96); }
td.TdClassName
{
border-color: #0F0260;
}
.TagClassName
{
border-color: #0F0260;
}
</style>