Shades of Midnight Blue #0D095B
Tints of Midnight Blue #0D095B
RGB
CMYK
RGB Variations
Color information
#0D095B (or 0x0D095B) is known color: Midnight Blue. HEX triplet: 0D, 09 and 5B. RGB value is (13,9,91). Sum of RGB (Red+Green+Blue) = 13+9+91=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D095B is #F2F6A4. Grayscale: #131313. Windows color (decimal): -15922853 or 5966093. OLE color: 5966093.
HSL color Cylindrical-coordinate representation of color #0D095B: hue angle of 242.93º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D095B is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 9 | 91 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.64 |
| HSL | 242.93º | 0.82% | 0.2% | - |
| HSV(B) | 242.93º | 0.9% | 0.36% | - |
| XYZ | 2.15 | 1.04 | 9.98 | - |
| YUV | 19.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 91 | 0.86 | 0.90 | 0 | 0.64 | 242.93 | 0.82 | 0.2 |
| Hex | D | 9 | 5B | 56 | 5A | 0 | 40 | F3 | 52 | 14 |
| Octal | 15 | 11 | 133 | 126 | 132 | 0 | 100 | 363 | 122 | 24 |
| Binary | 1101 | 1001 | 1011011 | 1010110 | 1011010 | 0 | 1000000 | 11110011 | 1010010 | 10100 |
Color Harmonies of #0D095B
Complementary color
Monochromatic Colors of #0D095B
Black with #0D095B
Text Example
Text Example
White with #0D095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D095B; }
p { color: rgb(13,9,91); }
H1.HeaderClassName
{
color: #0D095B;
}
.AnyTagClassName
{
color: #0D095B;
}
</style>
background-color css
<style>
a { background-color: #0D095B; }
a { background-color: rgb(13,9,91); }
div.DivClassName
{
background-color: #0D095B;
}
.BgClassName
{
background-color: #0D095B;
}
</style>
border-color css
<style>
span { border-color: #0D095B; }
span { border-color: rgb(13,9,91); }
td.TdClassName
{
border-color: #0D095B;
}
.TagClassName
{
border-color: #0D095B;
}
</style>