Shades of New Midnight Blue #0D07AC
Tints of New Midnight Blue #0D07AC
RGB
CMYK
RGB Variations
Color information
#0D07AC (or 0x0D07AC) is known color: New Midnight Blue. HEX triplet: 0D, 07 and AC. RGB value is (13,7,172). Sum of RGB (Red+Green+Blue) = 13+7+172=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 172 (67.58% from 255 or 89.58% from 192); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D07AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D07AC is #F2F853. Grayscale: #1A1A1A. Windows color (decimal): -15923284 or 11273997. OLE color: 11273997.
HSL color Cylindrical-coordinate representation of color #0D07AC: hue angle of 242.18º degrees, saturation: 0.92, 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 #0D07AC is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 7 | 172 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.33 |
| HSL | 242.18º | 0.92% | 0.35% | - |
| HSV(B) | 242.18º | 0.96% | 0.67% | - |
| XYZ | 7.69 | 3.22 | 39.25 | - |
| YUV | 27.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 172 | 0.92 | 0.96 | 0 | 0.33 | 242.18 | 0.92 | 0.35 |
| Hex | D | 7 | AC | 5C | 60 | 0 | 21 | F2 | 5C | 23 |
| Octal | 15 | 7 | 254 | 134 | 140 | 0 | 41 | 362 | 134 | 43 |
| Binary | 1101 | 111 | 10101100 | 1011100 | 1100000 | 0 | 100001 | 11110010 | 1011100 | 100011 |
Color Harmonies of #0D07AC
Complementary color
Monochromatic Colors of #0D07AC
Black with #0D07AC
Text Example
Text Example
White with #0D07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D07AC; }
p { color: rgb(13,7,172); }
H1.HeaderClassName
{
color: #0D07AC;
}
.AnyTagClassName
{
color: #0D07AC;
}
</style>
background-color css
<style>
a { background-color: #0D07AC; }
a { background-color: rgb(13,7,172); }
div.DivClassName
{
background-color: #0D07AC;
}
.BgClassName
{
background-color: #0D07AC;
}
</style>
border-color css
<style>
span { border-color: #0D07AC; }
span { border-color: rgb(13,7,172); }
td.TdClassName
{
border-color: #0D07AC;
}
.TagClassName
{
border-color: #0D07AC;
}
</style>