Shades of Midnight Blue #0D105B
Tints of Midnight Blue #0D105B
RGB
CMYK
RGB Variations
Color information
#0D105B (or 0x0D105B) is known color: Midnight Blue. HEX triplet: 0D, 10 and 5B. RGB value is (13,16,91). Sum of RGB (Red+Green+Blue) = 13+16+91=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D105B is #F2EFA4. Grayscale: #171717. Windows color (decimal): -15921061 or 5967885. OLE color: 5967885.
HSL color Cylindrical-coordinate representation of color #0D105B: hue angle of 237.69º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D105B is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 16 | 91 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.64 |
| HSL | 237.69º | 0.75% | 0.2% | - |
| HSV(B) | 237.69º | 0.86% | 0.36% | - |
| XYZ | 2.24 | 1.21 | 10.01 | - |
| YUV | 23.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 91 | 0.86 | 0.82 | 0 | 0.64 | 237.69 | 0.75 | 0.2 |
| Hex | D | 10 | 5B | 56 | 52 | 0 | 40 | EE | 4B | 14 |
| Octal | 15 | 20 | 133 | 126 | 122 | 0 | 100 | 356 | 113 | 24 |
| Binary | 1101 | 10000 | 1011011 | 1010110 | 1010010 | 0 | 1000000 | 11101110 | 1001011 | 10100 |
Color Harmonies of #0D105B
Complementary color
Monochromatic Colors of #0D105B
Black with #0D105B
Text Example
Text Example
White with #0D105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D105B; }
p { color: rgb(13,16,91); }
H1.HeaderClassName
{
color: #0D105B;
}
.AnyTagClassName
{
color: #0D105B;
}
</style>
background-color css
<style>
a { background-color: #0D105B; }
a { background-color: rgb(13,16,91); }
div.DivClassName
{
background-color: #0D105B;
}
.BgClassName
{
background-color: #0D105B;
}
</style>
border-color css
<style>
span { border-color: #0D105B; }
span { border-color: rgb(13,16,91); }
td.TdClassName
{
border-color: #0D105B;
}
.TagClassName
{
border-color: #0D105B;
}
</style>