Shades of Midnight Blue #0D0F52
Tints of Midnight Blue #0D0F52
RGB
CMYK
RGB Variations
Color information
#0D0F52 (or 0x0D0F52) is known color: Midnight Blue. HEX triplet: 0D, 0F and 52. RGB value is (13,15,82). Sum of RGB (Red+Green+Blue) = 13+15+82=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D0F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0F52 is #F2F0AD. Grayscale: #151515. Windows color (decimal): -15921326 or 5377805. OLE color: 5377805.
HSL color Cylindrical-coordinate representation of color #0D0F52: hue angle of 238.26º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0F52 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 15 | 82 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.68 |
| HSL | 238.26º | 0.73% | 0.19% | - |
| HSV(B) | 238.26º | 0.84% | 0.32% | - |
| XYZ | 1.86 | 1.04 | 8.08 | - |
| YUV | 22.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 82 | 0.84 | 0.82 | 0 | 0.68 | 238.26 | 0.73 | 0.19 |
| Hex | D | F | 52 | 54 | 52 | 0 | 44 | EE | 49 | 13 |
| Octal | 15 | 17 | 122 | 124 | 122 | 0 | 104 | 356 | 111 | 23 |
| Binary | 1101 | 1111 | 1010010 | 1010100 | 1010010 | 0 | 1000100 | 11101110 | 1001001 | 10011 |
Color Harmonies of #0D0F52
Complementary color
Monochromatic Colors of #0D0F52
Black with #0D0F52
Text Example
Text Example
White with #0D0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F52; }
p { color: rgb(13,15,82); }
H1.HeaderClassName
{
color: #0D0F52;
}
.AnyTagClassName
{
color: #0D0F52;
}
</style>
background-color css
<style>
a { background-color: #0D0F52; }
a { background-color: rgb(13,15,82); }
div.DivClassName
{
background-color: #0D0F52;
}
.BgClassName
{
background-color: #0D0F52;
}
</style>
border-color css
<style>
span { border-color: #0D0F52; }
span { border-color: rgb(13,15,82); }
td.TdClassName
{
border-color: #0D0F52;
}
.TagClassName
{
border-color: #0D0F52;
}
</style>