Shades of Midnight Blue #0D0A6F
Tints of Midnight Blue #0D0A6F
RGB
CMYK
RGB Variations
Color information
#0D0A6F (or 0x0D0A6F) is known color: Midnight Blue. HEX triplet: 0D, 0A and 6F. RGB value is (13,10,111). Sum of RGB (Red+Green+Blue) = 13+10+111=134 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.70% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D0A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0A6F is #F2F590. Grayscale: #161616. Windows color (decimal): -15922577 or 7277069. OLE color: 7277069.
HSL color Cylindrical-coordinate representation of color #0D0A6F: hue angle of 241.78º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0A6F is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 10 | 111 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.56 |
| HSL | 241.78º | 0.83% | 0.24% | - |
| HSV(B) | 241.78º | 0.91% | 0.44% | - |
| XYZ | 3.14 | 1.45 | 15.15 | - |
| YUV | 22.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 111 | 0.88 | 0.91 | 0 | 0.56 | 241.78 | 0.83 | 0.24 |
| Hex | D | A | 6F | 58 | 5B | 0 | 38 | F2 | 53 | 18 |
| Octal | 15 | 12 | 157 | 130 | 133 | 0 | 70 | 362 | 123 | 30 |
| Binary | 1101 | 1010 | 1101111 | 1011000 | 1011011 | 0 | 111000 | 11110010 | 1010011 | 11000 |
Color Harmonies of #0D0A6F
Complementary color
Monochromatic Colors of #0D0A6F
Black with #0D0A6F
Text Example
Text Example
White with #0D0A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0A6F; }
p { color: rgb(13,10,111); }
H1.HeaderClassName
{
color: #0D0A6F;
}
.AnyTagClassName
{
color: #0D0A6F;
}
</style>
background-color css
<style>
a { background-color: #0D0A6F; }
a { background-color: rgb(13,10,111); }
div.DivClassName
{
background-color: #0D0A6F;
}
.BgClassName
{
background-color: #0D0A6F;
}
</style>
border-color css
<style>
span { border-color: #0D0A6F; }
span { border-color: rgb(13,10,111); }
td.TdClassName
{
border-color: #0D0A6F;
}
.TagClassName
{
border-color: #0D0A6F;
}
</style>