Shades of Midnight Blue #0D1468
Tints of Midnight Blue #0D1468
RGB
CMYK
RGB Variations
Color information
#0D1468 (or 0x0D1468) is known color: Midnight Blue. HEX triplet: 0D, 14 and 68. RGB value is (13,20,104). Sum of RGB (Red+Green+Blue) = 13+20+104=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D1468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1468 is #F2EB97. Grayscale: #1B1B1B. Windows color (decimal): -15920024 or 6820877. OLE color: 6820877.
HSL color Cylindrical-coordinate representation of color #0D1468: hue angle of 235.38º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1468 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 20 | 104 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.59 |
| HSL | 235.38º | 0.78% | 0.23% | - |
| HSV(B) | 235.38º | 0.88% | 0.41% | - |
| XYZ | 2.91 | 1.59 | 13.25 | - |
| YUV | 27.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 104 | 0.88 | 0.81 | 0 | 0.59 | 235.38 | 0.78 | 0.23 |
| Hex | D | 14 | 68 | 58 | 51 | 0 | 3B | EB | 4E | 17 |
| Octal | 15 | 24 | 150 | 130 | 121 | 0 | 73 | 353 | 116 | 27 |
| Binary | 1101 | 10100 | 1101000 | 1011000 | 1010001 | 0 | 111011 | 11101011 | 1001110 | 10111 |
Color Harmonies of #0D1468
Complementary color
Monochromatic Colors of #0D1468
Black with #0D1468
Text Example
Text Example
White with #0D1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1468; }
p { color: rgb(13,20,104); }
H1.HeaderClassName
{
color: #0D1468;
}
.AnyTagClassName
{
color: #0D1468;
}
</style>
background-color css
<style>
a { background-color: #0D1468; }
a { background-color: rgb(13,20,104); }
div.DivClassName
{
background-color: #0D1468;
}
.BgClassName
{
background-color: #0D1468;
}
</style>
border-color css
<style>
span { border-color: #0D1468; }
span { border-color: rgb(13,20,104); }
td.TdClassName
{
border-color: #0D1468;
}
.TagClassName
{
border-color: #0D1468;
}
</style>