Shades of Midnight Blue #0D0062
Tints of Midnight Blue #0D0062
RGB
CMYK
RGB Variations
Color information
#0D0062 (or 0x0D0062) is known color: Midnight Blue. HEX triplet: 0D, 00 and 62. RGB value is (13,0,98). Sum of RGB (Red+Green+Blue) = 13+0+98=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D0062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0062 is #F2FF9D. Grayscale: #0E0E0E. Windows color (decimal): -15925150 or 6422541. OLE color: 6422541.
HSL color Cylindrical-coordinate representation of color #0D0062: hue angle of 247.96º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0062 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 0 | 98 | - |
| CMYK | 0.87 | 1 | 0 | 0.62 |
| HSL | 247.96º | 1% | 0.19% | - |
| HSV(B) | 247.96º | 1% | 0.38% | - |
| XYZ | 2.37 | 0.97 | 11.62 | - |
| YUV | 15.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 98 | 0.87 | 1 | 0 | 0.62 | 247.96 | 1 | 0.19 |
| Hex | D | 0 | 62 | 57 | 64 | 0 | 3E | F8 | 64 | 13 |
| Octal | 15 | 0 | 142 | 127 | 144 | 0 | 76 | 370 | 144 | 23 |
| Binary | 1101 | 0 | 1100010 | 1010111 | 1100100 | 0 | 111110 | 11111000 | 1100100 | 10011 |
Color Harmonies of #0D0062
Complementary color
Monochromatic Colors of #0D0062
Black with #0D0062
Text Example
Text Example
White with #0D0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0062; }
p { color: rgb(13,0,98); }
H1.HeaderClassName
{
color: #0D0062;
}
.AnyTagClassName
{
color: #0D0062;
}
</style>
background-color css
<style>
a { background-color: #0D0062; }
a { background-color: rgb(13,0,98); }
div.DivClassName
{
background-color: #0D0062;
}
.BgClassName
{
background-color: #0D0062;
}
</style>
border-color css
<style>
span { border-color: #0D0062; }
span { border-color: rgb(13,0,98); }
td.TdClassName
{
border-color: #0D0062;
}
.TagClassName
{
border-color: #0D0062;
}
</style>