Shades of New Midnight Blue #0D05AC
Tints of New Midnight Blue #0D05AC
RGB
CMYK
RGB Variations
Color information
#0D05AC (or 0x0D05AC) is known color: New Midnight Blue. HEX triplet: 0D, 05 and AC. RGB value is (13,5,172). Sum of RGB (Red+Green+Blue) = 13+5+172=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D05AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D05AC is #F2FA53. Grayscale: #191919. Windows color (decimal): -15923796 or 11273485. OLE color: 11273485.
HSL color Cylindrical-coordinate representation of color #0D05AC: hue angle of 242.87º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D05AC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 5 | 172 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.33 |
| HSL | 242.87º | 0.94% | 0.35% | - |
| HSV(B) | 242.87º | 0.97% | 0.67% | - |
| XYZ | 7.67 | 3.17 | 39.24 | - |
| YUV | 26.43 | 210.15 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 172 | 0.92 | 0.97 | 0 | 0.33 | 242.87 | 0.94 | 0.35 |
| Hex | D | 5 | AC | 5C | 61 | 0 | 21 | F3 | 5E | 23 |
| Octal | 15 | 5 | 254 | 134 | 141 | 0 | 41 | 363 | 136 | 43 |
| Binary | 1101 | 101 | 10101100 | 1011100 | 1100001 | 0 | 100001 | 11110011 | 1011110 | 100011 |
Color Harmonies of #0D05AC
Complementary color
Monochromatic Colors of #0D05AC
Black with #0D05AC
Text Example
Text Example
White with #0D05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D05AC; }
p { color: rgb(13,5,172); }
H1.HeaderClassName
{
color: #0D05AC;
}
.AnyTagClassName
{
color: #0D05AC;
}
</style>
background-color css
<style>
a { background-color: #0D05AC; }
a { background-color: rgb(13,5,172); }
div.DivClassName
{
background-color: #0D05AC;
}
.BgClassName
{
background-color: #0D05AC;
}
</style>
border-color css
<style>
span { border-color: #0D05AC; }
span { border-color: rgb(13,5,172); }
td.TdClassName
{
border-color: #0D05AC;
}
.TagClassName
{
border-color: #0D05AC;
}
</style>