Shades of Midnight Blue #0D145F
Tints of Midnight Blue #0D145F
RGB
CMYK
RGB Variations
Color information
#0D145F (or 0x0D145F) is known color: Midnight Blue. HEX triplet: 0D, 14 and 5F. RGB value is (13,20,95). Sum of RGB (Red+Green+Blue) = 13+20+95=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D145F is #F2EBA0. Grayscale: #1A1A1A. Windows color (decimal): -15920033 or 6231053. OLE color: 6231053.
HSL color Cylindrical-coordinate representation of color #0D145F: hue angle of 234.88º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D145F is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 20 | 95 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.63 |
| HSL | 234.88º | 0.76% | 0.21% | - |
| HSV(B) | 234.88º | 0.86% | 0.37% | - |
| XYZ | 2.48 | 1.41 | 10.97 | - |
| YUV | 26.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 95 | 0.86 | 0.79 | 0 | 0.63 | 234.88 | 0.76 | 0.21 |
| Hex | D | 14 | 5F | 56 | 4F | 0 | 3F | EB | 4C | 15 |
| Octal | 15 | 24 | 137 | 126 | 117 | 0 | 77 | 353 | 114 | 25 |
| Binary | 1101 | 10100 | 1011111 | 1010110 | 1001111 | 0 | 111111 | 11101011 | 1001100 | 10101 |
Color Harmonies of #0D145F
Complementary color
Monochromatic Colors of #0D145F
Black with #0D145F
Text Example
Text Example
White with #0D145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D145F; }
p { color: rgb(13,20,95); }
H1.HeaderClassName
{
color: #0D145F;
}
.AnyTagClassName
{
color: #0D145F;
}
</style>
background-color css
<style>
a { background-color: #0D145F; }
a { background-color: rgb(13,20,95); }
div.DivClassName
{
background-color: #0D145F;
}
.BgClassName
{
background-color: #0D145F;
}
</style>
border-color css
<style>
span { border-color: #0D145F; }
span { border-color: rgb(13,20,95); }
td.TdClassName
{
border-color: #0D145F;
}
.TagClassName
{
border-color: #0D145F;
}
</style>