Shades of Midnight Blue #0D136D
Tints of Midnight Blue #0D136D
RGB
CMYK
RGB Variations
Color information
#0D136D (or 0x0D136D) is known color: Midnight Blue. HEX triplet: 0D, 13 and 6D. RGB value is (13,19,109). Sum of RGB (Red+Green+Blue) = 13+19+109=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D136D is #F2EC92. Grayscale: #1B1B1B. Windows color (decimal): -15920275 or 7148301. OLE color: 7148301.
HSL color Cylindrical-coordinate representation of color #0D136D: hue angle of 236.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D136D is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 19 | 109 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.57 |
| HSL | 236.25º | 0.79% | 0.24% | - |
| HSV(B) | 236.25º | 0.88% | 0.43% | - |
| XYZ | 3.16 | 1.66 | 14.62 | - |
| YUV | 27.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 109 | 0.88 | 0.83 | 0 | 0.57 | 236.25 | 0.79 | 0.24 |
| Hex | D | 13 | 6D | 58 | 53 | 0 | 39 | EC | 4F | 18 |
| Octal | 15 | 23 | 155 | 130 | 123 | 0 | 71 | 354 | 117 | 30 |
| Binary | 1101 | 10011 | 1101101 | 1011000 | 1010011 | 0 | 111001 | 11101100 | 1001111 | 11000 |
Color Harmonies of #0D136D
Complementary color
Monochromatic Colors of #0D136D
Black with #0D136D
Text Example
Text Example
White with #0D136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D136D; }
p { color: rgb(13,19,109); }
H1.HeaderClassName
{
color: #0D136D;
}
.AnyTagClassName
{
color: #0D136D;
}
</style>
background-color css
<style>
a { background-color: #0D136D; }
a { background-color: rgb(13,19,109); }
div.DivClassName
{
background-color: #0D136D;
}
.BgClassName
{
background-color: #0D136D;
}
</style>
border-color css
<style>
span { border-color: #0D136D; }
span { border-color: rgb(13,19,109); }
td.TdClassName
{
border-color: #0D136D;
}
.TagClassName
{
border-color: #0D136D;
}
</style>