Shades of Midnight Blue #0D0F5C
Tints of Midnight Blue #0D0F5C
RGB
CMYK
RGB Variations
Color information
#0D0F5C (or 0x0D0F5C) is known color: Midnight Blue. HEX triplet: 0D, 0F and 5C. RGB value is (13,15,92). Sum of RGB (Red+Green+Blue) = 13+15+92=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D0F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0F5C is #F2F0A3. Grayscale: #161616. Windows color (decimal): -15921316 or 6033165. OLE color: 6033165.
HSL color Cylindrical-coordinate representation of color #0D0F5C: hue angle of 238.48º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D0F5C is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 15 | 92 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.64 |
| HSL | 238.48º | 0.75% | 0.21% | - |
| HSV(B) | 238.48º | 0.86% | 0.36% | - |
| XYZ | 2.27 | 1.2 | 10.24 | - |
| YUV | 23.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 92 | 0.86 | 0.84 | 0 | 0.64 | 238.48 | 0.75 | 0.21 |
| Hex | D | F | 5C | 56 | 54 | 0 | 40 | EE | 4B | 15 |
| Octal | 15 | 17 | 134 | 126 | 124 | 0 | 100 | 356 | 113 | 25 |
| Binary | 1101 | 1111 | 1011100 | 1010110 | 1010100 | 0 | 1000000 | 11101110 | 1001011 | 10101 |
Color Harmonies of #0D0F5C
Complementary color
Monochromatic Colors of #0D0F5C
Black with #0D0F5C
Text Example
Text Example
White with #0D0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F5C; }
p { color: rgb(13,15,92); }
H1.HeaderClassName
{
color: #0D0F5C;
}
.AnyTagClassName
{
color: #0D0F5C;
}
</style>
background-color css
<style>
a { background-color: #0D0F5C; }
a { background-color: rgb(13,15,92); }
div.DivClassName
{
background-color: #0D0F5C;
}
.BgClassName
{
background-color: #0D0F5C;
}
</style>
border-color css
<style>
span { border-color: #0D0F5C; }
span { border-color: rgb(13,15,92); }
td.TdClassName
{
border-color: #0D0F5C;
}
.TagClassName
{
border-color: #0D0F5C;
}
</style>