Shades of New Midnight Blue #0D03AD
Tints of New Midnight Blue #0D03AD
RGB
CMYK
RGB Variations
Color information
#0D03AD (or 0x0D03AD) is known color: New Midnight Blue. HEX triplet: 0D, 03 and AD. RGB value is (13,3,173). Sum of RGB (Red+Green+Blue) = 13+3+173=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 173 (67.97% from 255 or 91.53% from 189); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D03AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D03AD is #F2FC52. Grayscale: #181818. Windows color (decimal): -15924307 or 11338509. OLE color: 11338509.
HSL color Cylindrical-coordinate representation of color #0D03AD: hue angle of 243.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D03AD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 3 | 173 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.32 |
| HSL | 243.53º | 0.97% | 0.35% | - |
| HSV(B) | 243.53º | 0.98% | 0.68% | - |
| XYZ | 7.74 | 3.17 | 39.74 | - |
| YUV | 25.37 | 211.31 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 173 | 0.92 | 0.98 | 0 | 0.32 | 243.53 | 0.97 | 0.35 |
| Hex | D | 3 | AD | 5C | 62 | 0 | 20 | F4 | 61 | 23 |
| Octal | 15 | 3 | 255 | 134 | 142 | 0 | 40 | 364 | 141 | 43 |
| Binary | 1101 | 11 | 10101101 | 1011100 | 1100010 | 0 | 100000 | 11110100 | 1100001 | 100011 |
Color Harmonies of #0D03AD
Complementary color
Monochromatic Colors of #0D03AD
Black with #0D03AD
Text Example
Text Example
White with #0D03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D03AD; }
p { color: rgb(13,3,173); }
H1.HeaderClassName
{
color: #0D03AD;
}
.AnyTagClassName
{
color: #0D03AD;
}
</style>
background-color css
<style>
a { background-color: #0D03AD; }
a { background-color: rgb(13,3,173); }
div.DivClassName
{
background-color: #0D03AD;
}
.BgClassName
{
background-color: #0D03AD;
}
</style>
border-color css
<style>
span { border-color: #0D03AD; }
span { border-color: rgb(13,3,173); }
td.TdClassName
{
border-color: #0D03AD;
}
.TagClassName
{
border-color: #0D03AD;
}
</style>