Shades of Midnight Blue #0F045F
Tints of Midnight Blue #0F045F
RGB
CMYK
RGB Variations
Color information
#0F045F (or 0x0F045F) is known color: Midnight Blue. HEX triplet: 0F, 04 and 5F. RGB value is (15,4,95). Sum of RGB (Red+Green+Blue) = 15+4+95=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F045F is #F0FBA0. Grayscale: #111111. Windows color (decimal): -15793057 or 6226959. OLE color: 6226959.
HSL color Cylindrical-coordinate representation of color #0F045F: hue angle of 247.25º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F045F is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 4 | 95 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.63 |
| HSL | 247.25º | 0.92% | 0.19% | - |
| HSV(B) | 247.25º | 0.96% | 0.37% | - |
| XYZ | 2.31 | 1.01 | 10.9 | - |
| YUV | 17.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 95 | 0.84 | 0.96 | 0 | 0.63 | 247.25 | 0.92 | 0.19 |
| Hex | F | 4 | 5F | 54 | 60 | 0 | 3F | F7 | 5C | 13 |
| Octal | 17 | 4 | 137 | 124 | 140 | 0 | 77 | 367 | 134 | 23 |
| Binary | 1111 | 100 | 1011111 | 1010100 | 1100000 | 0 | 111111 | 11110111 | 1011100 | 10011 |
Color Harmonies of #0F045F
Complementary color
Monochromatic Colors of #0F045F
Black with #0F045F
Text Example
Text Example
White with #0F045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F045F; }
p { color: rgb(15,4,95); }
H1.HeaderClassName
{
color: #0F045F;
}
.AnyTagClassName
{
color: #0F045F;
}
</style>
background-color css
<style>
a { background-color: #0F045F; }
a { background-color: rgb(15,4,95); }
div.DivClassName
{
background-color: #0F045F;
}
.BgClassName
{
background-color: #0F045F;
}
</style>
border-color css
<style>
span { border-color: #0F045F; }
span { border-color: rgb(15,4,95); }
td.TdClassName
{
border-color: #0F045F;
}
.TagClassName
{
border-color: #0F045F;
}
</style>