Shades of Midnight Blue #0D0965
Tints of Midnight Blue #0D0965
RGB
CMYK
RGB Variations
Color information
#0D0965 (or 0x0D0965) is known color: Midnight Blue. HEX triplet: 0D, 09 and 65. RGB value is (13,9,101). Sum of RGB (Red+Green+Blue) = 13+9+101=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #0D0965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0965 is #F2F69A. Grayscale: #141414. Windows color (decimal): -15922843 or 6621453. OLE color: 6621453.
HSL color Cylindrical-coordinate representation of color #0D0965: hue angle of 242.61º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0965 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 9 | 101 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.60 |
| HSL | 242.61º | 0.84% | 0.22% | - |
| HSV(B) | 242.61º | 0.91% | 0.4% | - |
| XYZ | 2.61 | 1.22 | 12.41 | - |
| YUV | 20.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 101 | 0.87 | 0.91 | 0 | 0.60 | 242.61 | 0.84 | 0.22 |
| Hex | D | 9 | 65 | 57 | 5B | 0 | 3C | F3 | 54 | 16 |
| Octal | 15 | 11 | 145 | 127 | 133 | 0 | 74 | 363 | 124 | 26 |
| Binary | 1101 | 1001 | 1100101 | 1010111 | 1011011 | 0 | 111100 | 11110011 | 1010100 | 10110 |
Color Harmonies of #0D0965
Complementary color
Monochromatic Colors of #0D0965
Black with #0D0965
Text Example
Text Example
White with #0D0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0965; }
p { color: rgb(13,9,101); }
H1.HeaderClassName
{
color: #0D0965;
}
.AnyTagClassName
{
color: #0D0965;
}
</style>
background-color css
<style>
a { background-color: #0D0965; }
a { background-color: rgb(13,9,101); }
div.DivClassName
{
background-color: #0D0965;
}
.BgClassName
{
background-color: #0D0965;
}
</style>
border-color css
<style>
span { border-color: #0D0965; }
span { border-color: rgb(13,9,101); }
td.TdClassName
{
border-color: #0D0965;
}
.TagClassName
{
border-color: #0D0965;
}
</style>