Shades of Midnight Blue #0F0D57
Tints of Midnight Blue #0F0D57
RGB
CMYK
RGB Variations
Color information
#0F0D57 (or 0x0F0D57) is known color: Midnight Blue. HEX triplet: 0F, 0D and 57. RGB value is (15,13,87). Sum of RGB (Red+Green+Blue) = 15+13+87=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F0D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0D57 is #F0F2A8. Grayscale: #151515. Windows color (decimal): -15790761 or 5704975. OLE color: 5704975.
HSL color Cylindrical-coordinate representation of color #0F0D57: hue angle of 241.62º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0D57 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 13 | 87 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.66 |
| HSL | 241.62º | 0.74% | 0.2% | - |
| HSV(B) | 241.62º | 0.85% | 0.34% | - |
| XYZ | 2.06 | 1.08 | 9.12 | - |
| YUV | 22.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 87 | 0.83 | 0.85 | 0 | 0.66 | 241.62 | 0.74 | 0.2 |
| Hex | F | D | 57 | 53 | 55 | 0 | 42 | F2 | 4A | 14 |
| Octal | 17 | 15 | 127 | 123 | 125 | 0 | 102 | 362 | 112 | 24 |
| Binary | 1111 | 1101 | 1010111 | 1010011 | 1010101 | 0 | 1000010 | 11110010 | 1001010 | 10100 |
Color Harmonies of #0F0D57
Complementary color
Monochromatic Colors of #0F0D57
Black with #0F0D57
Text Example
Text Example
White with #0F0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D57; }
p { color: rgb(15,13,87); }
H1.HeaderClassName
{
color: #0F0D57;
}
.AnyTagClassName
{
color: #0F0D57;
}
</style>
background-color css
<style>
a { background-color: #0F0D57; }
a { background-color: rgb(15,13,87); }
div.DivClassName
{
background-color: #0F0D57;
}
.BgClassName
{
background-color: #0F0D57;
}
</style>
border-color css
<style>
span { border-color: #0F0D57; }
span { border-color: rgb(15,13,87); }
td.TdClassName
{
border-color: #0F0D57;
}
.TagClassName
{
border-color: #0F0D57;
}
</style>