Shades of Midnight Blue #0D147D
Tints of Midnight Blue #0D147D
RGB
CMYK
RGB Variations
Color information
#0D147D (or 0x0D147D) is known color: Midnight Blue. HEX triplet: 0D, 14 and 7D. RGB value is (13,20,125). Sum of RGB (Red+Green+Blue) = 13+20+125=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D147D is #F2EB82. Grayscale: #1D1D1D. Windows color (decimal): -15920003 or 8197133. OLE color: 8197133.
HSL color Cylindrical-coordinate representation of color #0D147D: hue angle of 236.25º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D147D is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 20 | 125 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.51 |
| HSL | 236.25º | 0.81% | 0.27% | - |
| HSV(B) | 236.25º | 0.9% | 0.49% | - |
| XYZ | 4.12 | 2.07 | 19.58 | - |
| YUV | 29.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 125 | 0.90 | 0.84 | 0 | 0.51 | 236.25 | 0.81 | 0.27 |
| Hex | D | 14 | 7D | 5A | 54 | 0 | 33 | EC | 51 | 1B |
| Octal | 15 | 24 | 175 | 132 | 124 | 0 | 63 | 354 | 121 | 33 |
| Binary | 1101 | 10100 | 1111101 | 1011010 | 1010100 | 0 | 110011 | 11101100 | 1010001 | 11011 |
Color Harmonies of #0D147D
Complementary color
Monochromatic Colors of #0D147D
Black with #0D147D
Text Example
Text Example
White with #0D147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D147D; }
p { color: rgb(13,20,125); }
H1.HeaderClassName
{
color: #0D147D;
}
.AnyTagClassName
{
color: #0D147D;
}
</style>
background-color css
<style>
a { background-color: #0D147D; }
a { background-color: rgb(13,20,125); }
div.DivClassName
{
background-color: #0D147D;
}
.BgClassName
{
background-color: #0D147D;
}
</style>
border-color css
<style>
span { border-color: #0D147D; }
span { border-color: rgb(13,20,125); }
td.TdClassName
{
border-color: #0D147D;
}
.TagClassName
{
border-color: #0D147D;
}
</style>