Shades of Midnight Blue #0D1263
Tints of Midnight Blue #0D1263
RGB
CMYK
RGB Variations
Color information
#0D1263 (or 0x0D1263) is known color: Midnight Blue. HEX triplet: 0D, 12 and 63. RGB value is (13,18,99). Sum of RGB (Red+Green+Blue) = 13+18+99=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D1263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1263 is #F2ED9C. Grayscale: #191919. Windows color (decimal): -15920541 or 6492685. OLE color: 6492685.
HSL color Cylindrical-coordinate representation of color #0D1263: hue angle of 236.51º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1263 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 18 | 99 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.61 |
| HSL | 236.51º | 0.77% | 0.22% | - |
| HSV(B) | 236.51º | 0.87% | 0.39% | - |
| XYZ | 2.63 | 1.42 | 11.94 | - |
| YUV | 25.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 99 | 0.87 | 0.82 | 0 | 0.61 | 236.51 | 0.77 | 0.22 |
| Hex | D | 12 | 63 | 57 | 52 | 0 | 3D | ED | 4D | 16 |
| Octal | 15 | 22 | 143 | 127 | 122 | 0 | 75 | 355 | 115 | 26 |
| Binary | 1101 | 10010 | 1100011 | 1010111 | 1010010 | 0 | 111101 | 11101101 | 1001101 | 10110 |
Color Harmonies of #0D1263
Complementary color
Monochromatic Colors of #0D1263
Black with #0D1263
Text Example
Text Example
White with #0D1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1263; }
p { color: rgb(13,18,99); }
H1.HeaderClassName
{
color: #0D1263;
}
.AnyTagClassName
{
color: #0D1263;
}
</style>
background-color css
<style>
a { background-color: #0D1263; }
a { background-color: rgb(13,18,99); }
div.DivClassName
{
background-color: #0D1263;
}
.BgClassName
{
background-color: #0D1263;
}
</style>
border-color css
<style>
span { border-color: #0D1263; }
span { border-color: rgb(13,18,99); }
td.TdClassName
{
border-color: #0D1263;
}
.TagClassName
{
border-color: #0D1263;
}
</style>