Shades of Midnight Blue #0D075A
Tints of Midnight Blue #0D075A
RGB
CMYK
RGB Variations
Color information
#0D075A (or 0x0D075A) is known color: Midnight Blue. HEX triplet: 0D, 07 and 5A. RGB value is (13,7,90). Sum of RGB (Red+Green+Blue) = 13+7+90=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D075A is #F2F8A5. Grayscale: #111111. Windows color (decimal): -15923366 or 5900045. OLE color: 5900045.
HSL color Cylindrical-coordinate representation of color #0D075A: hue angle of 244.34º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D075A is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 7 | 90 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.65 |
| HSL | 244.34º | 0.86% | 0.19% | - |
| HSV(B) | 244.34º | 0.92% | 0.35% | - |
| XYZ | 2.09 | 0.98 | 9.75 | - |
| YUV | 18.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 90 | 0.86 | 0.92 | 0 | 0.65 | 244.34 | 0.86 | 0.19 |
| Hex | D | 7 | 5A | 56 | 5C | 0 | 41 | F4 | 56 | 13 |
| Octal | 15 | 7 | 132 | 126 | 134 | 0 | 101 | 364 | 126 | 23 |
| Binary | 1101 | 111 | 1011010 | 1010110 | 1011100 | 0 | 1000001 | 11110100 | 1010110 | 10011 |
Color Harmonies of #0D075A
Complementary color
Monochromatic Colors of #0D075A
Black with #0D075A
Text Example
Text Example
White with #0D075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D075A; }
p { color: rgb(13,7,90); }
H1.HeaderClassName
{
color: #0D075A;
}
.AnyTagClassName
{
color: #0D075A;
}
</style>
background-color css
<style>
a { background-color: #0D075A; }
a { background-color: rgb(13,7,90); }
div.DivClassName
{
background-color: #0D075A;
}
.BgClassName
{
background-color: #0D075A;
}
</style>
border-color css
<style>
span { border-color: #0D075A; }
span { border-color: rgb(13,7,90); }
td.TdClassName
{
border-color: #0D075A;
}
.TagClassName
{
border-color: #0D075A;
}
</style>