Shades of Midnight Blue #0D2085
Tints of Midnight Blue #0D2085
RGB
CMYK
RGB Variations
Color information
#0D2085 (or 0x0D2085) is known color: Midnight Blue. HEX triplet: 0D, 20 and 85. RGB value is (13,32,133). Sum of RGB (Red+Green+Blue) = 13+32+133=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D2085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2085 is #F2DF7A. Grayscale: #252525. Windows color (decimal): -15916923 or 8724493. OLE color: 8724493.
HSL color Cylindrical-coordinate representation of color #0D2085: hue angle of 230.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2085 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 32 | 133 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.48 |
| HSL | 230.5º | 0.82% | 0.29% | - |
| HSV(B) | 230.5º | 0.9% | 0.52% | - |
| XYZ | 4.92 | 2.81 | 22.47 | - |
| YUV | 37.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 133 | 0.90 | 0.76 | 0 | 0.48 | 230.5 | 0.82 | 0.29 |
| Hex | D | 20 | 85 | 5A | 4C | 0 | 30 | E6 | 52 | 1D |
| Octal | 15 | 40 | 205 | 132 | 114 | 0 | 60 | 346 | 122 | 35 |
| Binary | 1101 | 100000 | 10000101 | 1011010 | 1001100 | 0 | 110000 | 11100110 | 1010010 | 11101 |
Color Harmonies of #0D2085
Complementary color
Monochromatic Colors of #0D2085
Black with #0D2085
Text Example
Text Example
White with #0D2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2085; }
p { color: rgb(13,32,133); }
H1.HeaderClassName
{
color: #0D2085;
}
.AnyTagClassName
{
color: #0D2085;
}
</style>
background-color css
<style>
a { background-color: #0D2085; }
a { background-color: rgb(13,32,133); }
div.DivClassName
{
background-color: #0D2085;
}
.BgClassName
{
background-color: #0D2085;
}
</style>
border-color css
<style>
span { border-color: #0D2085; }
span { border-color: rgb(13,32,133); }
td.TdClassName
{
border-color: #0D2085;
}
.TagClassName
{
border-color: #0D2085;
}
</style>