Shades of Midnight Blue #0D1567
Tints of Midnight Blue #0D1567
RGB
CMYK
RGB Variations
Color information
#0D1567 (or 0x0D1567) is known color: Midnight Blue. HEX triplet: 0D, 15 and 67. RGB value is (13,21,103). Sum of RGB (Red+Green+Blue) = 13+21+103=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #0D1567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1567 is #F2EA98. Grayscale: #1B1B1B. Windows color (decimal): -15919769 or 6755597. OLE color: 6755597.
HSL color Cylindrical-coordinate representation of color #0D1567: hue angle of 234.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D1567 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 21 | 103 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.60 |
| HSL | 234.67º | 0.78% | 0.23% | - |
| HSV(B) | 234.67º | 0.87% | 0.4% | - |
| XYZ | 2.88 | 1.6 | 12.99 | - |
| YUV | 27.96 | 170.35 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 103 | 0.87 | 0.80 | 0 | 0.60 | 234.67 | 0.78 | 0.23 |
| Hex | D | 15 | 67 | 57 | 50 | 0 | 3C | EB | 4E | 17 |
| Octal | 15 | 25 | 147 | 127 | 120 | 0 | 74 | 353 | 116 | 27 |
| Binary | 1101 | 10101 | 1100111 | 1010111 | 1010000 | 0 | 111100 | 11101011 | 1001110 | 10111 |
Color Harmonies of #0D1567
Complementary color
Monochromatic Colors of #0D1567
Black with #0D1567
Text Example
Text Example
White with #0D1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1567; }
p { color: rgb(13,21,103); }
H1.HeaderClassName
{
color: #0D1567;
}
.AnyTagClassName
{
color: #0D1567;
}
</style>
background-color css
<style>
a { background-color: #0D1567; }
a { background-color: rgb(13,21,103); }
div.DivClassName
{
background-color: #0D1567;
}
.BgClassName
{
background-color: #0D1567;
}
</style>
border-color css
<style>
span { border-color: #0D1567; }
span { border-color: rgb(13,21,103); }
td.TdClassName
{
border-color: #0D1567;
}
.TagClassName
{
border-color: #0D1567;
}
</style>