Shades of New Midnight Blue #0D0AAB
Tints of New Midnight Blue #0D0AAB
RGB
CMYK
RGB Variations
Color information
#0D0AAB (or 0x0D0AAB) is known color: New Midnight Blue. HEX triplet: 0D, 0A and AB. RGB value is (13,10,171). Sum of RGB (Red+Green+Blue) = 13+10+171=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D0AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0AAB is #F2F554. Grayscale: #1C1C1C. Windows color (decimal): -15922517 or 11209229. OLE color: 11209229.
HSL color Cylindrical-coordinate representation of color #0D0AAB: hue angle of 241.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0AAB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 10 | 171 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.33 |
| HSL | 241.12º | 0.89% | 0.35% | - |
| HSV(B) | 241.12º | 0.94% | 0.67% | - |
| XYZ | 7.63 | 3.24 | 38.75 | - |
| YUV | 29.25 | 207.99 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 171 | 0.92 | 0.94 | 0 | 0.33 | 241.12 | 0.89 | 0.35 |
| Hex | D | A | AB | 5C | 5E | 0 | 21 | F1 | 59 | 23 |
| Octal | 15 | 12 | 253 | 134 | 136 | 0 | 41 | 361 | 131 | 43 |
| Binary | 1101 | 1010 | 10101011 | 1011100 | 1011110 | 0 | 100001 | 11110001 | 1011001 | 100011 |
Color Harmonies of #0D0AAB
Complementary color
Monochromatic Colors of #0D0AAB
Black with #0D0AAB
Text Example
Text Example
White with #0D0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0AAB; }
p { color: rgb(13,10,171); }
H1.HeaderClassName
{
color: #0D0AAB;
}
.AnyTagClassName
{
color: #0D0AAB;
}
</style>
background-color css
<style>
a { background-color: #0D0AAB; }
a { background-color: rgb(13,10,171); }
div.DivClassName
{
background-color: #0D0AAB;
}
.BgClassName
{
background-color: #0D0AAB;
}
</style>
border-color css
<style>
span { border-color: #0D0AAB; }
span { border-color: rgb(13,10,171); }
td.TdClassName
{
border-color: #0D0AAB;
}
.TagClassName
{
border-color: #0D0AAB;
}
</style>