Shades of New Midnight Blue #0D11AC
Tints of New Midnight Blue #0D11AC
RGB
CMYK
RGB Variations
Color information
#0D11AC (or 0x0D11AC) is known color: New Midnight Blue. HEX triplet: 0D, 11 and AC. RGB value is (13,17,172). Sum of RGB (Red+Green+Blue) = 13+17+172=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 172 (67.58% from 255 or 85.15% from 202); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D11AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D11AC is #F2EE53. Grayscale: #202020. Windows color (decimal): -15920724 or 11276557. OLE color: 11276557.
HSL color Cylindrical-coordinate representation of color #0D11AC: hue angle of 238.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D11AC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 17 | 172 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.33 |
| HSL | 238.49º | 0.86% | 0.36% | - |
| HSV(B) | 238.49º | 0.92% | 0.67% | - |
| XYZ | 7.81 | 3.47 | 39.29 | - |
| YUV | 33.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 172 | 0.92 | 0.90 | 0 | 0.33 | 238.49 | 0.86 | 0.36 |
| Hex | D | 11 | AC | 5C | 5A | 0 | 21 | EE | 56 | 24 |
| Octal | 15 | 21 | 254 | 134 | 132 | 0 | 41 | 356 | 126 | 44 |
| Binary | 1101 | 10001 | 10101100 | 1011100 | 1011010 | 0 | 100001 | 11101110 | 1010110 | 100100 |
Color Harmonies of #0D11AC
Complementary color
Monochromatic Colors of #0D11AC
Black with #0D11AC
Text Example
Text Example
White with #0D11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D11AC; }
p { color: rgb(13,17,172); }
H1.HeaderClassName
{
color: #0D11AC;
}
.AnyTagClassName
{
color: #0D11AC;
}
</style>
background-color css
<style>
a { background-color: #0D11AC; }
a { background-color: rgb(13,17,172); }
div.DivClassName
{
background-color: #0D11AC;
}
.BgClassName
{
background-color: #0D11AC;
}
</style>
border-color css
<style>
span { border-color: #0D11AC; }
span { border-color: rgb(13,17,172); }
td.TdClassName
{
border-color: #0D11AC;
}
.TagClassName
{
border-color: #0D11AC;
}
</style>