Shades of New Midnight Blue #010DAA
Tints of New Midnight Blue #010DAA
RGB
CMYK
RGB Variations
Color information
#010DAA (or 0x010DAA) is known color: New Midnight Blue. HEX triplet: 01, 0D and AA. RGB value is (1,13,170). Sum of RGB (Red+Green+Blue) = 1+13+170=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 170 (66.80% from 255 or 92.39% from 184); Max value from RGB is 170 - color contains mainly: blue. Hex color #010DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DAA is #FEF255. Grayscale: #1A1A1A. Windows color (decimal): -16708182 or 11144449. OLE color: 11144449.
HSL color Cylindrical-coordinate representation of color #010DAA: hue angle of 235.74º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DAA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 13 | 170 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.33 |
| HSL | 235.74º | 0.99% | 0.34% | - |
| HSV(B) | 235.74º | 0.99% | 0.67% | - |
| XYZ | 7.41 | 3.2 | 38.26 | - |
| YUV | 27.31 | 208.52 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 170 | 0.99 | 0.92 | 0 | 0.33 | 235.74 | 0.99 | 0.34 |
| Hex | 1 | D | AA | 63 | 5C | 0 | 21 | EC | 63 | 22 |
| Octal | 1 | 15 | 252 | 143 | 134 | 0 | 41 | 354 | 143 | 42 |
| Binary | 1 | 1101 | 10101010 | 1100011 | 1011100 | 0 | 100001 | 11101100 | 1100011 | 100010 |
Color Harmonies of #010DAA
Complementary color
Monochromatic Colors of #010DAA
Black with #010DAA
Text Example
Text Example
White with #010DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DAA; }
p { color: rgb(1,13,170); }
H1.HeaderClassName
{
color: #010DAA;
}
.AnyTagClassName
{
color: #010DAA;
}
</style>
background-color css
<style>
a { background-color: #010DAA; }
a { background-color: rgb(1,13,170); }
div.DivClassName
{
background-color: #010DAA;
}
.BgClassName
{
background-color: #010DAA;
}
</style>
border-color css
<style>
span { border-color: #010DAA; }
span { border-color: rgb(1,13,170); }
td.TdClassName
{
border-color: #010DAA;
}
.TagClassName
{
border-color: #010DAA;
}
</style>