Shades of New Midnight Blue #0D06AB
Tints of New Midnight Blue #0D06AB
RGB
CMYK
RGB Variations
Color information
#0D06AB (or 0x0D06AB) is known color: New Midnight Blue. HEX triplet: 0D, 06 and AB. RGB value is (13,6,171). Sum of RGB (Red+Green+Blue) = 13+6+171=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 171 (67.19% from 255 or 90% from 190); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D06AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D06AB is #F2F954. Grayscale: #1A1A1A. Windows color (decimal): -15923541 or 11208205. OLE color: 11208205.
HSL color Cylindrical-coordinate representation of color #0D06AB: hue angle of 242.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D06AB is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 6 | 171 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.33 |
| HSL | 242.55º | 0.93% | 0.35% | - |
| HSV(B) | 242.55º | 0.96% | 0.67% | - |
| XYZ | 7.58 | 3.16 | 38.74 | - |
| YUV | 26.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 171 | 0.92 | 0.96 | 0 | 0.33 | 242.55 | 0.93 | 0.35 |
| Hex | D | 6 | AB | 5C | 60 | 0 | 21 | F3 | 5D | 23 |
| Octal | 15 | 6 | 253 | 134 | 140 | 0 | 41 | 363 | 135 | 43 |
| Binary | 1101 | 110 | 10101011 | 1011100 | 1100000 | 0 | 100001 | 11110011 | 1011101 | 100011 |
Color Harmonies of #0D06AB
Complementary color
Monochromatic Colors of #0D06AB
Black with #0D06AB
Text Example
Text Example
White with #0D06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D06AB; }
p { color: rgb(13,6,171); }
H1.HeaderClassName
{
color: #0D06AB;
}
.AnyTagClassName
{
color: #0D06AB;
}
</style>
background-color css
<style>
a { background-color: #0D06AB; }
a { background-color: rgb(13,6,171); }
div.DivClassName
{
background-color: #0D06AB;
}
.BgClassName
{
background-color: #0D06AB;
}
</style>
border-color css
<style>
span { border-color: #0D06AB; }
span { border-color: rgb(13,6,171); }
td.TdClassName
{
border-color: #0D06AB;
}
.TagClassName
{
border-color: #0D06AB;
}
</style>