Shades of Midnight Blue #0F0D53
Tints of Midnight Blue #0F0D53
RGB
CMYK
RGB Variations
Color information
#0F0D53 (or 0x0F0D53) is known color: Midnight Blue. HEX triplet: 0F, 0D and 53. RGB value is (15,13,83). Sum of RGB (Red+Green+Blue) = 15+13+83=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F0D53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0D53 is #F0F2AC. Grayscale: #151515. Windows color (decimal): -15790765 or 5442831. OLE color: 5442831.
HSL color Cylindrical-coordinate representation of color #0F0D53: hue angle of 241.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F0D53 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 13 | 83 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.67 |
| HSL | 241.71º | 0.73% | 0.19% | - |
| HSV(B) | 241.71º | 0.84% | 0.33% | - |
| XYZ | 1.9 | 1.01 | 8.28 | - |
| YUV | 21.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 83 | 0.82 | 0.84 | 0 | 0.67 | 241.71 | 0.73 | 0.19 |
| Hex | F | D | 53 | 52 | 54 | 0 | 43 | F2 | 49 | 13 |
| Octal | 17 | 15 | 123 | 122 | 124 | 0 | 103 | 362 | 111 | 23 |
| Binary | 1111 | 1101 | 1010011 | 1010010 | 1010100 | 0 | 1000011 | 11110010 | 1001001 | 10011 |
Color Harmonies of #0F0D53
Complementary color
Monochromatic Colors of #0F0D53
Black with #0F0D53
Text Example
Text Example
White with #0F0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D53; }
p { color: rgb(15,13,83); }
H1.HeaderClassName
{
color: #0F0D53;
}
.AnyTagClassName
{
color: #0F0D53;
}
</style>
background-color css
<style>
a { background-color: #0F0D53; }
a { background-color: rgb(15,13,83); }
div.DivClassName
{
background-color: #0F0D53;
}
.BgClassName
{
background-color: #0F0D53;
}
</style>
border-color css
<style>
span { border-color: #0F0D53; }
span { border-color: rgb(15,13,83); }
td.TdClassName
{
border-color: #0F0D53;
}
.TagClassName
{
border-color: #0F0D53;
}
</style>