Shades of Midnight Blue #0D0360
Tints of Midnight Blue #0D0360
RGB
CMYK
RGB Variations
Color information
#0D0360 (or 0x0D0360) is known color: Midnight Blue. HEX triplet: 0D, 03 and 60. RGB value is (13,3,96). Sum of RGB (Red+Green+Blue) = 13+3+96=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D0360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0360 is #F2FC9F. Grayscale: #101010. Windows color (decimal): -15924384 or 6292237. OLE color: 6292237.
HSL color Cylindrical-coordinate representation of color #0D0360: hue angle of 246.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0360 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 3 | 96 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.62 |
| HSL | 246.45º | 0.94% | 0.19% | - |
| HSV(B) | 246.45º | 0.97% | 0.38% | - |
| XYZ | 2.31 | 1 | 11.14 | - |
| YUV | 16.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 96 | 0.86 | 0.97 | 0 | 0.62 | 246.45 | 0.94 | 0.19 |
| Hex | D | 3 | 60 | 56 | 61 | 0 | 3E | F6 | 5E | 13 |
| Octal | 15 | 3 | 140 | 126 | 141 | 0 | 76 | 366 | 136 | 23 |
| Binary | 1101 | 11 | 1100000 | 1010110 | 1100001 | 0 | 111110 | 11110110 | 1011110 | 10011 |
Color Harmonies of #0D0360
Complementary color
Monochromatic Colors of #0D0360
Black with #0D0360
Text Example
Text Example
White with #0D0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0360; }
p { color: rgb(13,3,96); }
H1.HeaderClassName
{
color: #0D0360;
}
.AnyTagClassName
{
color: #0D0360;
}
</style>
background-color css
<style>
a { background-color: #0D0360; }
a { background-color: rgb(13,3,96); }
div.DivClassName
{
background-color: #0D0360;
}
.BgClassName
{
background-color: #0D0360;
}
</style>
border-color css
<style>
span { border-color: #0D0360; }
span { border-color: rgb(13,3,96); }
td.TdClassName
{
border-color: #0D0360;
}
.TagClassName
{
border-color: #0D0360;
}
</style>