Shades of Midnight Blue #0F045D
Tints of Midnight Blue #0F045D
RGB
CMYK
RGB Variations
Color information
#0F045D (or 0x0F045D) is known color: Midnight Blue. HEX triplet: 0F, 04 and 5D. RGB value is (15,4,93). Sum of RGB (Red+Green+Blue) = 15+4+93=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F045D is #F0FBA2. Grayscale: #111111. Windows color (decimal): -15793059 or 6095887. OLE color: 6095887.
HSL color Cylindrical-coordinate representation of color #0F045D: hue angle of 247.42º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F045D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 4 | 93 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.64 |
| HSL | 247.42º | 0.92% | 0.19% | - |
| HSV(B) | 247.42º | 0.96% | 0.36% | - |
| XYZ | 2.22 | 0.98 | 10.43 | - |
| YUV | 17.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 93 | 0.84 | 0.96 | 0 | 0.64 | 247.42 | 0.92 | 0.19 |
| Hex | F | 4 | 5D | 54 | 60 | 0 | 40 | F7 | 5C | 13 |
| Octal | 17 | 4 | 135 | 124 | 140 | 0 | 100 | 367 | 134 | 23 |
| Binary | 1111 | 100 | 1011101 | 1010100 | 1100000 | 0 | 1000000 | 11110111 | 1011100 | 10011 |
Color Harmonies of #0F045D
Complementary color
Monochromatic Colors of #0F045D
Black with #0F045D
Text Example
Text Example
White with #0F045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F045D; }
p { color: rgb(15,4,93); }
H1.HeaderClassName
{
color: #0F045D;
}
.AnyTagClassName
{
color: #0F045D;
}
</style>
background-color css
<style>
a { background-color: #0F045D; }
a { background-color: rgb(15,4,93); }
div.DivClassName
{
background-color: #0F045D;
}
.BgClassName
{
background-color: #0F045D;
}
</style>
border-color css
<style>
span { border-color: #0F045D; }
span { border-color: rgb(15,4,93); }
td.TdClassName
{
border-color: #0F045D;
}
.TagClassName
{
border-color: #0F045D;
}
</style>