Shades of Midnight Blue #0D1D85
Tints of Midnight Blue #0D1D85
RGB
CMYK
RGB Variations
Color information
#0D1D85 (or 0x0D1D85) is known color: Midnight Blue. HEX triplet: 0D, 1D and 85. RGB value is (13,29,133). Sum of RGB (Red+Green+Blue) = 13+29+133=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D1D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1D85 is #F2E27A. Grayscale: #232323. Windows color (decimal): -15917691 or 8723725. OLE color: 8723725.
HSL color Cylindrical-coordinate representation of color #0D1D85: hue angle of 232º 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 #0D1D85 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 29 | 133 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.48 |
| HSL | 232º | 0.82% | 0.29% | - |
| HSV(B) | 232º | 0.9% | 0.52% | - |
| XYZ | 4.84 | 2.66 | 22.45 | - |
| YUV | 36.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 133 | 0.90 | 0.78 | 0 | 0.48 | 232 | 0.82 | 0.29 |
| Hex | D | 1D | 85 | 5A | 4E | 0 | 30 | E8 | 52 | 1D |
| Octal | 15 | 35 | 205 | 132 | 116 | 0 | 60 | 350 | 122 | 35 |
| Binary | 1101 | 11101 | 10000101 | 1011010 | 1001110 | 0 | 110000 | 11101000 | 1010010 | 11101 |
Color Harmonies of #0D1D85
Complementary color
Monochromatic Colors of #0D1D85
Black with #0D1D85
Text Example
Text Example
White with #0D1D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D85; }
p { color: rgb(13,29,133); }
H1.HeaderClassName
{
color: #0D1D85;
}
.AnyTagClassName
{
color: #0D1D85;
}
</style>
background-color css
<style>
a { background-color: #0D1D85; }
a { background-color: rgb(13,29,133); }
div.DivClassName
{
background-color: #0D1D85;
}
.BgClassName
{
background-color: #0D1D85;
}
</style>
border-color css
<style>
span { border-color: #0D1D85; }
span { border-color: rgb(13,29,133); }
td.TdClassName
{
border-color: #0D1D85;
}
.TagClassName
{
border-color: #0D1D85;
}
</style>