Shades of Midnight Blue #0F035F
Tints of Midnight Blue #0F035F
RGB
CMYK
RGB Variations
Color information
#0F035F (or 0x0F035F) is known color: Midnight Blue. HEX triplet: 0F, 03 and 5F. RGB value is (15,3,95). Sum of RGB (Red+Green+Blue) = 15+3+95=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 95 (37.5% from 255 or 84.07% from 113); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F035F is #F0FCA0. Grayscale: #101010. Windows color (decimal): -15793313 or 6226703. OLE color: 6226703.
HSL color Cylindrical-coordinate representation of color #0F035F: hue angle of 247.83º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F035F is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 3 | 95 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.63 |
| HSL | 247.83º | 0.94% | 0.19% | - |
| HSV(B) | 247.83º | 0.97% | 0.37% | - |
| XYZ | 2.3 | 0.99 | 10.9 | - |
| YUV | 17.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 95 | 0.84 | 0.97 | 0 | 0.63 | 247.83 | 0.94 | 0.19 |
| Hex | F | 3 | 5F | 54 | 61 | 0 | 3F | F8 | 5E | 13 |
| Octal | 17 | 3 | 137 | 124 | 141 | 0 | 77 | 370 | 136 | 23 |
| Binary | 1111 | 11 | 1011111 | 1010100 | 1100001 | 0 | 111111 | 11111000 | 1011110 | 10011 |
Color Harmonies of #0F035F
Complementary color
Monochromatic Colors of #0F035F
Black with #0F035F
Text Example
Text Example
White with #0F035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F035F; }
p { color: rgb(15,3,95); }
H1.HeaderClassName
{
color: #0F035F;
}
.AnyTagClassName
{
color: #0F035F;
}
</style>
background-color css
<style>
a { background-color: #0F035F; }
a { background-color: rgb(15,3,95); }
div.DivClassName
{
background-color: #0F035F;
}
.BgClassName
{
background-color: #0F035F;
}
</style>
border-color css
<style>
span { border-color: #0F035F; }
span { border-color: rgb(15,3,95); }
td.TdClassName
{
border-color: #0F035F;
}
.TagClassName
{
border-color: #0F035F;
}
</style>