Shades of Midnight Blue #0D005B
Tints of Midnight Blue #0D005B
RGB
CMYK
RGB Variations
Color information
#0D005B (or 0x0D005B) is known color: Midnight Blue. HEX triplet: 0D, 00 and 5B. RGB value is (13,0,91). Sum of RGB (Red+Green+Blue) = 13+0+91=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D005B is #F2FFA4. Grayscale: #0D0D0D. Windows color (decimal): -15925157 or 5963789. OLE color: 5963789.
HSL color Cylindrical-coordinate representation of color #0D005B: hue angle of 248.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D005B is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 0 | 91 | - |
| CMYK | 0.86 | 1 | 0 | 0.64 |
| HSL | 248.57º | 1% | 0.18% | - |
| HSV(B) | 248.57º | 1% | 0.36% | - |
| XYZ | 2.05 | 0.84 | 9.95 | - |
| YUV | 14.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 91 | 0.86 | 1 | 0 | 0.64 | 248.57 | 1 | 0.18 |
| Hex | D | 0 | 5B | 56 | 64 | 0 | 40 | F9 | 64 | 12 |
| Octal | 15 | 0 | 133 | 126 | 144 | 0 | 100 | 371 | 144 | 22 |
| Binary | 1101 | 0 | 1011011 | 1010110 | 1100100 | 0 | 1000000 | 11111001 | 1100100 | 10010 |
Color Harmonies of #0D005B
Complementary color
Monochromatic Colors of #0D005B
Black with #0D005B
Text Example
Text Example
White with #0D005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D005B; }
p { color: rgb(13,0,91); }
H1.HeaderClassName
{
color: #0D005B;
}
.AnyTagClassName
{
color: #0D005B;
}
</style>
background-color css
<style>
a { background-color: #0D005B; }
a { background-color: rgb(13,0,91); }
div.DivClassName
{
background-color: #0D005B;
}
.BgClassName
{
background-color: #0D005B;
}
</style>
border-color css
<style>
span { border-color: #0D005B; }
span { border-color: rgb(13,0,91); }
td.TdClassName
{
border-color: #0D005B;
}
.TagClassName
{
border-color: #0D005B;
}
</style>