Shades of Midnight Blue #0D0E62
Tints of Midnight Blue #0D0E62
RGB
CMYK
RGB Variations
Color information
#0D0E62 (or 0x0D0E62) is known color: Midnight Blue. HEX triplet: 0D, 0E and 62. RGB value is (13,14,98). Sum of RGB (Red+Green+Blue) = 13+14+98=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D0E62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0E62 is #F2F19D. Grayscale: #161616. Windows color (decimal): -15921566 or 6426125. OLE color: 6426125.
HSL color Cylindrical-coordinate representation of color #0D0E62: hue angle of 239.29º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0E62 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 14 | 98 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.62 |
| HSL | 239.29º | 0.77% | 0.22% | - |
| HSV(B) | 239.29º | 0.87% | 0.38% | - |
| XYZ | 2.53 | 1.28 | 11.67 | - |
| YUV | 23.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 98 | 0.87 | 0.86 | 0 | 0.62 | 239.29 | 0.77 | 0.22 |
| Hex | D | E | 62 | 57 | 56 | 0 | 3E | EF | 4D | 16 |
| Octal | 15 | 16 | 142 | 127 | 126 | 0 | 76 | 357 | 115 | 26 |
| Binary | 1101 | 1110 | 1100010 | 1010111 | 1010110 | 0 | 111110 | 11101111 | 1001101 | 10110 |
Color Harmonies of #0D0E62
Complementary color
Monochromatic Colors of #0D0E62
Black with #0D0E62
Text Example
Text Example
White with #0D0E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E62; }
p { color: rgb(13,14,98); }
H1.HeaderClassName
{
color: #0D0E62;
}
.AnyTagClassName
{
color: #0D0E62;
}
</style>
background-color css
<style>
a { background-color: #0D0E62; }
a { background-color: rgb(13,14,98); }
div.DivClassName
{
background-color: #0D0E62;
}
.BgClassName
{
background-color: #0D0E62;
}
</style>
border-color css
<style>
span { border-color: #0D0E62; }
span { border-color: rgb(13,14,98); }
td.TdClassName
{
border-color: #0D0E62;
}
.TagClassName
{
border-color: #0D0E62;
}
</style>