Shades of New Midnight Blue #0D00AC
Tints of New Midnight Blue #0D00AC
RGB
CMYK
RGB Variations
Color information
#0D00AC (or 0x0D00AC) is known color: New Midnight Blue. HEX triplet: 0D, 00 and AC. RGB value is (13,0,172). Sum of RGB (Red+Green+Blue) = 13+0+172=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 172 (67.58% from 255 or 92.97% from 185); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D00AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D00AC is #F2FF53. Grayscale: #161616. Windows color (decimal): -15925076 or 11272205. OLE color: 11272205.
HSL color Cylindrical-coordinate representation of color #0D00AC: hue angle of 244.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D00AC is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 0 | 172 | - |
| CMYK | 0.92 | 1 | 0 | 0.33 |
| HSL | 244.53º | 1% | 0.34% | - |
| HSV(B) | 244.53º | 1% | 0.67% | - |
| XYZ | 7.61 | 3.06 | 39.22 | - |
| YUV | 23.5 | 211.81 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 172 | 0.92 | 1 | 0 | 0.33 | 244.53 | 1 | 0.34 |
| Hex | D | 0 | AC | 5C | 64 | 0 | 21 | F5 | 64 | 22 |
| Octal | 15 | 0 | 254 | 134 | 144 | 0 | 41 | 365 | 144 | 42 |
| Binary | 1101 | 0 | 10101100 | 1011100 | 1100100 | 0 | 100001 | 11110101 | 1100100 | 100010 |
Color Harmonies of #0D00AC
Complementary color
Monochromatic Colors of #0D00AC
Black with #0D00AC
Text Example
Text Example
White with #0D00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D00AC; }
p { color: rgb(13,0,172); }
H1.HeaderClassName
{
color: #0D00AC;
}
.AnyTagClassName
{
color: #0D00AC;
}
</style>
background-color css
<style>
a { background-color: #0D00AC; }
a { background-color: rgb(13,0,172); }
div.DivClassName
{
background-color: #0D00AC;
}
.BgClassName
{
background-color: #0D00AC;
}
</style>
border-color css
<style>
span { border-color: #0D00AC; }
span { border-color: rgb(13,0,172); }
td.TdClassName
{
border-color: #0D00AC;
}
.TagClassName
{
border-color: #0D00AC;
}
</style>