Shades of New Midnight Blue #0D0AB3
Tints of New Midnight Blue #0D0AB3
RGB
CMYK
RGB Variations
Color information
#0D0AB3 (or 0x0D0AB3) is known color: New Midnight Blue. HEX triplet: 0D, 0A and B3. RGB value is (13,10,179). Sum of RGB (Red+Green+Blue) = 13+10+179=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 179 (70.31% from 255 or 88.61% from 202); Max value from RGB is 179 - color contains mainly: blue. Hex color #0D0AB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D0AB3 is #F2F54C. Grayscale: #1D1D1D. Windows color (decimal): -15922509 or 11733517. OLE color: 11733517.
HSL color Cylindrical-coordinate representation of color #0D0AB3: hue angle of 241.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0AB3 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 10 | 179 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.30 |
| HSL | 241.07º | 0.89% | 0.37% | - |
| HSV(B) | 241.07º | 0.94% | 0.7% | - |
| XYZ | 8.41 | 3.56 | 42.89 | - |
| YUV | 30.16 | 211.99 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 179 | 0.93 | 0.94 | 0 | 0.30 | 241.07 | 0.89 | 0.37 |
| Hex | D | A | B3 | 5D | 5E | 0 | 1E | F1 | 59 | 25 |
| Octal | 15 | 12 | 263 | 135 | 136 | 0 | 36 | 361 | 131 | 45 |
| Binary | 1101 | 1010 | 10110011 | 1011101 | 1011110 | 0 | 11110 | 11110001 | 1011001 | 100101 |
Color Harmonies of #0D0AB3
Complementary color
Monochromatic Colors of #0D0AB3
Black with #0D0AB3
Text Example
Text Example
White with #0D0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0AB3; }
p { color: rgb(13,10,179); }
H1.HeaderClassName
{
color: #0D0AB3;
}
.AnyTagClassName
{
color: #0D0AB3;
}
</style>
background-color css
<style>
a { background-color: #0D0AB3; }
a { background-color: rgb(13,10,179); }
div.DivClassName
{
background-color: #0D0AB3;
}
.BgClassName
{
background-color: #0D0AB3;
}
</style>
border-color css
<style>
span { border-color: #0D0AB3; }
span { border-color: rgb(13,10,179); }
td.TdClassName
{
border-color: #0D0AB3;
}
.TagClassName
{
border-color: #0D0AB3;
}
</style>