Shades of Midnight Blue #0F035E
Tints of Midnight Blue #0F035E
RGB
CMYK
RGB Variations
Color information
#0F035E (or 0x0F035E) is known color: Midnight Blue. HEX triplet: 0F, 03 and 5E. RGB value is (15,3,94). Sum of RGB (Red+Green+Blue) = 15+3+94=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F035E is #F0FCA1. Grayscale: #101010. Windows color (decimal): -15793314 or 6161167. OLE color: 6161167.
HSL color Cylindrical-coordinate representation of color #0F035E: hue angle of 247.91º 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 #0F035E is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 3 | 94 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.63 |
| HSL | 247.91º | 0.94% | 0.19% | - |
| HSV(B) | 247.91º | 0.97% | 0.37% | - |
| XYZ | 2.25 | 0.97 | 10.66 | - |
| YUV | 16.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 94 | 0.84 | 0.97 | 0 | 0.63 | 247.91 | 0.94 | 0.19 |
| Hex | F | 3 | 5E | 54 | 61 | 0 | 3F | F8 | 5E | 13 |
| Octal | 17 | 3 | 136 | 124 | 141 | 0 | 77 | 370 | 136 | 23 |
| Binary | 1111 | 11 | 1011110 | 1010100 | 1100001 | 0 | 111111 | 11111000 | 1011110 | 10011 |
Color Harmonies of #0F035E
Complementary color
Monochromatic Colors of #0F035E
Black with #0F035E
Text Example
Text Example
White with #0F035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F035E; }
p { color: rgb(15,3,94); }
H1.HeaderClassName
{
color: #0F035E;
}
.AnyTagClassName
{
color: #0F035E;
}
</style>
background-color css
<style>
a { background-color: #0F035E; }
a { background-color: rgb(15,3,94); }
div.DivClassName
{
background-color: #0F035E;
}
.BgClassName
{
background-color: #0F035E;
}
</style>
border-color css
<style>
span { border-color: #0F035E; }
span { border-color: rgb(15,3,94); }
td.TdClassName
{
border-color: #0F035E;
}
.TagClassName
{
border-color: #0F035E;
}
</style>