Shades of Midnight Blue #0D076E
Tints of Midnight Blue #0D076E
RGB
CMYK
RGB Variations
Color information
#0D076E (or 0x0D076E) is known color: Midnight Blue. HEX triplet: 0D, 07 and 6E. RGB value is (13,7,110). Sum of RGB (Red+Green+Blue) = 13+7+110=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #0D076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D076E is #F2F891. Grayscale: #141414. Windows color (decimal): -15923346 or 7210765. OLE color: 7210765.
HSL color Cylindrical-coordinate representation of color #0D076E: hue angle of 243.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D076E is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 7 | 110 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.57 |
| HSL | 243.5º | 0.88% | 0.23% | - |
| HSV(B) | 243.5º | 0.94% | 0.43% | - |
| XYZ | 3.06 | 1.36 | 14.85 | - |
| YUV | 20.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 110 | 0.88 | 0.94 | 0 | 0.57 | 243.5 | 0.88 | 0.23 |
| Hex | D | 7 | 6E | 58 | 5E | 0 | 39 | F3 | 58 | 17 |
| Octal | 15 | 7 | 156 | 130 | 136 | 0 | 71 | 363 | 130 | 27 |
| Binary | 1101 | 111 | 1101110 | 1011000 | 1011110 | 0 | 111001 | 11110011 | 1011000 | 10111 |
Color Harmonies of #0D076E
Complementary color
Monochromatic Colors of #0D076E
Black with #0D076E
Text Example
Text Example
White with #0D076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D076E; }
p { color: rgb(13,7,110); }
H1.HeaderClassName
{
color: #0D076E;
}
.AnyTagClassName
{
color: #0D076E;
}
</style>
background-color css
<style>
a { background-color: #0D076E; }
a { background-color: rgb(13,7,110); }
div.DivClassName
{
background-color: #0D076E;
}
.BgClassName
{
background-color: #0D076E;
}
</style>
border-color css
<style>
span { border-color: #0D076E; }
span { border-color: rgb(13,7,110); }
td.TdClassName
{
border-color: #0D076E;
}
.TagClassName
{
border-color: #0D076E;
}
</style>