Shades of Midnight Blue #0D1882
Tints of Midnight Blue #0D1882
RGB
CMYK
RGB Variations
Color information
#0D1882 (or 0x0D1882) is known color: Midnight Blue. HEX triplet: 0D, 18 and 82. RGB value is (13,24,130). Sum of RGB (Red+Green+Blue) = 13+24+130=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D1882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1882 is #F2E77D. Grayscale: #202020. Windows color (decimal): -15918974 or 8525837. OLE color: 8525837.
HSL color Cylindrical-coordinate representation of color #0D1882: hue angle of 234.36º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1882 is Cyan = 0.9, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 24 | 130 | - |
| CMYK | 0.9 | 0.82 | 0 | 0.49 |
| HSL | 234.36º | 0.82% | 0.28% | - |
| HSV(B) | 234.36º | 0.9% | 0.51% | - |
| XYZ | 4.52 | 2.35 | 21.33 | - |
| YUV | 32.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 130 | 0.9 | 0.82 | 0 | 0.49 | 234.36 | 0.82 | 0.28 |
| Hex | D | 18 | 82 | 5A | 52 | 0 | 31 | EA | 52 | 1C |
| Octal | 15 | 30 | 202 | 132 | 122 | 0 | 61 | 352 | 122 | 34 |
| Binary | 1101 | 11000 | 10000010 | 1011010 | 1010010 | 0 | 110001 | 11101010 | 1010010 | 11100 |
Color Harmonies of #0D1882
Complementary color
Monochromatic Colors of #0D1882
Black with #0D1882
Text Example
Text Example
White with #0D1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1882; }
p { color: rgb(13,24,130); }
H1.HeaderClassName
{
color: #0D1882;
}
.AnyTagClassName
{
color: #0D1882;
}
</style>
background-color css
<style>
a { background-color: #0D1882; }
a { background-color: rgb(13,24,130); }
div.DivClassName
{
background-color: #0D1882;
}
.BgClassName
{
background-color: #0D1882;
}
</style>
border-color css
<style>
span { border-color: #0D1882; }
span { border-color: rgb(13,24,130); }
td.TdClassName
{
border-color: #0D1882;
}
.TagClassName
{
border-color: #0D1882;
}
</style>