Shades of Midnight Blue #0D1B6D
Tints of Midnight Blue #0D1B6D
RGB
CMYK
RGB Variations
Color information
#0D1B6D (or 0x0D1B6D) is known color: Midnight Blue. HEX triplet: 0D, 1B and 6D. RGB value is (13,27,109). Sum of RGB (Red+Green+Blue) = 13+27+109=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D1B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B6D is #F2E492. Grayscale: #1F1F1F. Windows color (decimal): -15918227 or 7150349. OLE color: 7150349.
HSL color Cylindrical-coordinate representation of color #0D1B6D: hue angle of 231.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1B6D is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 27 | 109 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.57 |
| HSL | 231.25º | 0.79% | 0.24% | - |
| HSV(B) | 231.25º | 0.88% | 0.43% | - |
| XYZ | 3.32 | 1.97 | 14.67 | - |
| YUV | 32.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 109 | 0.88 | 0.75 | 0 | 0.57 | 231.25 | 0.79 | 0.24 |
| Hex | D | 1B | 6D | 58 | 4B | 0 | 39 | E7 | 4F | 18 |
| Octal | 15 | 33 | 155 | 130 | 113 | 0 | 71 | 347 | 117 | 30 |
| Binary | 1101 | 11011 | 1101101 | 1011000 | 1001011 | 0 | 111001 | 11100111 | 1001111 | 11000 |
Color Harmonies of #0D1B6D
Complementary color
Monochromatic Colors of #0D1B6D
Black with #0D1B6D
Text Example
Text Example
White with #0D1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B6D; }
p { color: rgb(13,27,109); }
H1.HeaderClassName
{
color: #0D1B6D;
}
.AnyTagClassName
{
color: #0D1B6D;
}
</style>
background-color css
<style>
a { background-color: #0D1B6D; }
a { background-color: rgb(13,27,109); }
div.DivClassName
{
background-color: #0D1B6D;
}
.BgClassName
{
background-color: #0D1B6D;
}
</style>
border-color css
<style>
span { border-color: #0D1B6D; }
span { border-color: rgb(13,27,109); }
td.TdClassName
{
border-color: #0D1B6D;
}
.TagClassName
{
border-color: #0D1B6D;
}
</style>