Shades of Midnight Blue #0D1662
Tints of Midnight Blue #0D1662
RGB
CMYK
RGB Variations
Color information
#0D1662 (or 0x0D1662) is known color: Midnight Blue. HEX triplet: 0D, 16 and 62. RGB value is (13,22,98). Sum of RGB (Red+Green+Blue) = 13+22+98=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D1662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1662 is #F2E99D. Grayscale: #1B1B1B. Windows color (decimal): -15919518 or 6428173. OLE color: 6428173.
HSL color Cylindrical-coordinate representation of color #0D1662: hue angle of 233.65º 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 #0D1662 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 22 | 98 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.62 |
| HSL | 233.65º | 0.77% | 0.22% | - |
| HSV(B) | 233.65º | 0.87% | 0.38% | - |
| XYZ | 2.66 | 1.54 | 11.71 | - |
| YUV | 27.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 98 | 0.87 | 0.78 | 0 | 0.62 | 233.65 | 0.77 | 0.22 |
| Hex | D | 16 | 62 | 57 | 4E | 0 | 3E | EA | 4D | 16 |
| Octal | 15 | 26 | 142 | 127 | 116 | 0 | 76 | 352 | 115 | 26 |
| Binary | 1101 | 10110 | 1100010 | 1010111 | 1001110 | 0 | 111110 | 11101010 | 1001101 | 10110 |
Color Harmonies of #0D1662
Complementary color
Monochromatic Colors of #0D1662
Black with #0D1662
Text Example
Text Example
White with #0D1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1662; }
p { color: rgb(13,22,98); }
H1.HeaderClassName
{
color: #0D1662;
}
.AnyTagClassName
{
color: #0D1662;
}
</style>
background-color css
<style>
a { background-color: #0D1662; }
a { background-color: rgb(13,22,98); }
div.DivClassName
{
background-color: #0D1662;
}
.BgClassName
{
background-color: #0D1662;
}
</style>
border-color css
<style>
span { border-color: #0D1662; }
span { border-color: rgb(13,22,98); }
td.TdClassName
{
border-color: #0D1662;
}
.TagClassName
{
border-color: #0D1662;
}
</style>