Shades of New Midnight Blue #0D0BAB
Tints of New Midnight Blue #0D0BAB
RGB
CMYK
RGB Variations
Color information
#0D0BAB (or 0x0D0BAB) is known color: New Midnight Blue. HEX triplet: 0D, 0B and AB. RGB value is (13,11,171). Sum of RGB (Red+Green+Blue) = 13+11+171=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D0BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0BAB is #F2F454. Grayscale: #1D1D1D. Windows color (decimal): -15922261 or 11209485. OLE color: 11209485.
HSL color Cylindrical-coordinate representation of color #0D0BAB: hue angle of 240.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0BAB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 11 | 171 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.33 |
| HSL | 240.75º | 0.88% | 0.36% | - |
| HSV(B) | 240.75º | 0.94% | 0.67% | - |
| XYZ | 7.64 | 3.27 | 38.76 | - |
| YUV | 29.84 | 207.66 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 171 | 0.92 | 0.94 | 0 | 0.33 | 240.75 | 0.88 | 0.36 |
| Hex | D | B | AB | 5C | 5E | 0 | 21 | F1 | 58 | 24 |
| Octal | 15 | 13 | 253 | 134 | 136 | 0 | 41 | 361 | 130 | 44 |
| Binary | 1101 | 1011 | 10101011 | 1011100 | 1011110 | 0 | 100001 | 11110001 | 1011000 | 100100 |
Color Harmonies of #0D0BAB
Complementary color
Monochromatic Colors of #0D0BAB
Black with #0D0BAB
Text Example
Text Example
White with #0D0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0BAB; }
p { color: rgb(13,11,171); }
H1.HeaderClassName
{
color: #0D0BAB;
}
.AnyTagClassName
{
color: #0D0BAB;
}
</style>
background-color css
<style>
a { background-color: #0D0BAB; }
a { background-color: rgb(13,11,171); }
div.DivClassName
{
background-color: #0D0BAB;
}
.BgClassName
{
background-color: #0D0BAB;
}
</style>
border-color css
<style>
span { border-color: #0D0BAB; }
span { border-color: rgb(13,11,171); }
td.TdClassName
{
border-color: #0D0BAB;
}
.TagClassName
{
border-color: #0D0BAB;
}
</style>