Shades of Midnight Blue #0D145A
Tints of Midnight Blue #0D145A
RGB
CMYK
RGB Variations
Color information
#0D145A (or 0x0D145A) is known color: Midnight Blue. HEX triplet: 0D, 14 and 5A. RGB value is (13,20,90). Sum of RGB (Red+Green+Blue) = 13+20+90=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D145A is #F2EBA5. Grayscale: #191919. Windows color (decimal): -15920038 or 5903373. OLE color: 5903373.
HSL color Cylindrical-coordinate representation of color #0D145A: hue angle of 234.55º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D145A is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 20 | 90 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.65 |
| HSL | 234.55º | 0.75% | 0.2% | - |
| HSV(B) | 234.55º | 0.86% | 0.35% | - |
| XYZ | 2.26 | 1.32 | 9.81 | - |
| YUV | 25.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 90 | 0.86 | 0.78 | 0 | 0.65 | 234.55 | 0.75 | 0.2 |
| Hex | D | 14 | 5A | 56 | 4E | 0 | 41 | EB | 4B | 14 |
| Octal | 15 | 24 | 132 | 126 | 116 | 0 | 101 | 353 | 113 | 24 |
| Binary | 1101 | 10100 | 1011010 | 1010110 | 1001110 | 0 | 1000001 | 11101011 | 1001011 | 10100 |
Color Harmonies of #0D145A
Complementary color
Monochromatic Colors of #0D145A
Black with #0D145A
Text Example
Text Example
White with #0D145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D145A; }
p { color: rgb(13,20,90); }
H1.HeaderClassName
{
color: #0D145A;
}
.AnyTagClassName
{
color: #0D145A;
}
</style>
background-color css
<style>
a { background-color: #0D145A; }
a { background-color: rgb(13,20,90); }
div.DivClassName
{
background-color: #0D145A;
}
.BgClassName
{
background-color: #0D145A;
}
</style>
border-color css
<style>
span { border-color: #0D145A; }
span { border-color: rgb(13,20,90); }
td.TdClassName
{
border-color: #0D145A;
}
.TagClassName
{
border-color: #0D145A;
}
</style>