Shades of Midnight Blue #0D1253
Tints of Midnight Blue #0D1253
RGB
CMYK
RGB Variations
Color information
#0D1253 (or 0x0D1253) is known color: Midnight Blue. HEX triplet: 0D, 12 and 53. RGB value is (13,18,83). Sum of RGB (Red+Green+Blue) = 13+18+83=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D1253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1253 is #F2EDAC. Grayscale: #171717. Windows color (decimal): -15920557 or 5444109. OLE color: 5444109.
HSL color Cylindrical-coordinate representation of color #0D1253: hue angle of 235.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1253 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 18 | 83 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.67 |
| HSL | 235.71º | 0.73% | 0.19% | - |
| HSV(B) | 235.71º | 0.84% | 0.33% | - |
| XYZ | 1.94 | 1.14 | 8.3 | - |
| YUV | 23.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 83 | 0.84 | 0.78 | 0 | 0.67 | 235.71 | 0.73 | 0.19 |
| Hex | D | 12 | 53 | 54 | 4E | 0 | 43 | EC | 49 | 13 |
| Octal | 15 | 22 | 123 | 124 | 116 | 0 | 103 | 354 | 111 | 23 |
| Binary | 1101 | 10010 | 1010011 | 1010100 | 1001110 | 0 | 1000011 | 11101100 | 1001001 | 10011 |
Color Harmonies of #0D1253
Complementary color
Monochromatic Colors of #0D1253
Black with #0D1253
Text Example
Text Example
White with #0D1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1253; }
p { color: rgb(13,18,83); }
H1.HeaderClassName
{
color: #0D1253;
}
.AnyTagClassName
{
color: #0D1253;
}
</style>
background-color css
<style>
a { background-color: #0D1253; }
a { background-color: rgb(13,18,83); }
div.DivClassName
{
background-color: #0D1253;
}
.BgClassName
{
background-color: #0D1253;
}
</style>
border-color css
<style>
span { border-color: #0D1253; }
span { border-color: rgb(13,18,83); }
td.TdClassName
{
border-color: #0D1253;
}
.TagClassName
{
border-color: #0D1253;
}
</style>