Shades of Midnight Blue #0D1679
Tints of Midnight Blue #0D1679
RGB
CMYK
RGB Variations
Color information
#0D1679 (or 0x0D1679) is known color: Midnight Blue. HEX triplet: 0D, 16 and 79. RGB value is (13,22,121). Sum of RGB (Red+Green+Blue) = 13+22+121=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D1679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1679 is #F2E986. Grayscale: #1E1E1E. Windows color (decimal): -15919495 or 7935501. OLE color: 7935501.
HSL color Cylindrical-coordinate representation of color #0D1679: hue angle of 235º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1679 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 22 | 121 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.53 |
| HSL | 235º | 0.81% | 0.26% | - |
| HSV(B) | 235º | 0.89% | 0.47% | - |
| XYZ | 3.9 | 2.04 | 18.28 | - |
| YUV | 30.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 121 | 0.89 | 0.82 | 0 | 0.53 | 235 | 0.81 | 0.26 |
| Hex | D | 16 | 79 | 59 | 52 | 0 | 35 | EB | 51 | 1A |
| Octal | 15 | 26 | 171 | 131 | 122 | 0 | 65 | 353 | 121 | 32 |
| Binary | 1101 | 10110 | 1111001 | 1011001 | 1010010 | 0 | 110101 | 11101011 | 1010001 | 11010 |
Color Harmonies of #0D1679
Complementary color
Monochromatic Colors of #0D1679
Black with #0D1679
Text Example
Text Example
White with #0D1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1679; }
p { color: rgb(13,22,121); }
H1.HeaderClassName
{
color: #0D1679;
}
.AnyTagClassName
{
color: #0D1679;
}
</style>
background-color css
<style>
a { background-color: #0D1679; }
a { background-color: rgb(13,22,121); }
div.DivClassName
{
background-color: #0D1679;
}
.BgClassName
{
background-color: #0D1679;
}
</style>
border-color css
<style>
span { border-color: #0D1679; }
span { border-color: rgb(13,22,121); }
td.TdClassName
{
border-color: #0D1679;
}
.TagClassName
{
border-color: #0D1679;
}
</style>