Shades of Midnight Blue #0D0259
Tints of Midnight Blue #0D0259
RGB
CMYK
RGB Variations
Color information
#0D0259 (or 0x0D0259) is known color: Midnight Blue. HEX triplet: 0D, 02 and 59. RGB value is (13,2,89). Sum of RGB (Red+Green+Blue) = 13+2+89=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D0259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0259 is #F2FDA6. Grayscale: #0E0E0E. Windows color (decimal): -15924647 or 5833229. OLE color: 5833229.
HSL color Cylindrical-coordinate representation of color #0D0259: hue angle of 247.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0259 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 2 | 89 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.65 |
| HSL | 247.59º | 0.96% | 0.18% | - |
| HSV(B) | 247.59º | 0.98% | 0.35% | - |
| XYZ | 1.99 | 0.85 | 9.51 | - |
| YUV | 15.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 89 | 0.85 | 0.98 | 0 | 0.65 | 247.59 | 0.96 | 0.18 |
| Hex | D | 2 | 59 | 55 | 62 | 0 | 41 | F8 | 60 | 12 |
| Octal | 15 | 2 | 131 | 125 | 142 | 0 | 101 | 370 | 140 | 22 |
| Binary | 1101 | 10 | 1011001 | 1010101 | 1100010 | 0 | 1000001 | 11111000 | 1100000 | 10010 |
Color Harmonies of #0D0259
Complementary color
Monochromatic Colors of #0D0259
Black with #0D0259
Text Example
Text Example
White with #0D0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0259; }
p { color: rgb(13,2,89); }
H1.HeaderClassName
{
color: #0D0259;
}
.AnyTagClassName
{
color: #0D0259;
}
</style>
background-color css
<style>
a { background-color: #0D0259; }
a { background-color: rgb(13,2,89); }
div.DivClassName
{
background-color: #0D0259;
}
.BgClassName
{
background-color: #0D0259;
}
</style>
border-color css
<style>
span { border-color: #0D0259; }
span { border-color: rgb(13,2,89); }
td.TdClassName
{
border-color: #0D0259;
}
.TagClassName
{
border-color: #0D0259;
}
</style>