Shades of New Midnight Blue #0D06AD
Tints of New Midnight Blue #0D06AD
RGB
CMYK
RGB Variations
Color information
#0D06AD (or 0x0D06AD) is known color: New Midnight Blue. HEX triplet: 0D, 06 and AD. RGB value is (13,6,173). Sum of RGB (Red+Green+Blue) = 13+6+173=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 173 (67.97% from 255 or 90.10% from 192); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D06AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D06AD is #F2F952. Grayscale: #1A1A1A. Windows color (decimal): -15923539 or 11339277. OLE color: 11339277.
HSL color Cylindrical-coordinate representation of color #0D06AD: hue angle of 242.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06AD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 6 | 173 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.32 |
| HSL | 242.52º | 0.93% | 0.35% | - |
| HSV(B) | 242.52º | 0.97% | 0.68% | - |
| XYZ | 7.77 | 3.23 | 39.75 | - |
| YUV | 27.13 | 210.32 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 173 | 0.92 | 0.97 | 0 | 0.32 | 242.52 | 0.93 | 0.35 |
| Hex | D | 6 | AD | 5C | 61 | 0 | 20 | F3 | 5D | 23 |
| Octal | 15 | 6 | 255 | 134 | 141 | 0 | 40 | 363 | 135 | 43 |
| Binary | 1101 | 110 | 10101101 | 1011100 | 1100001 | 0 | 100000 | 11110011 | 1011101 | 100011 |
Color Harmonies of #0D06AD
Complementary color
Monochromatic Colors of #0D06AD
Black with #0D06AD
Text Example
Text Example
White with #0D06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06AD; }
p { color: rgb(13,6,173); }
H1.HeaderClassName
{
color: #0D06AD;
}
.AnyTagClassName
{
color: #0D06AD;
}
</style>
background-color css
<style>
a { background-color: #0D06AD; }
a { background-color: rgb(13,6,173); }
div.DivClassName
{
background-color: #0D06AD;
}
.BgClassName
{
background-color: #0D06AD;
}
</style>
border-color css
<style>
span { border-color: #0D06AD; }
span { border-color: rgb(13,6,173); }
td.TdClassName
{
border-color: #0D06AD;
}
.TagClassName
{
border-color: #0D06AD;
}
</style>