Shades of New Midnight Blue #010DA3
Tints of New Midnight Blue #010DA3
RGB
CMYK
RGB Variations
Color information
#010DA3 (or 0x010DA3) is known color: New Midnight Blue. HEX triplet: 01, 0D and A3. RGB value is (1,13,163). Sum of RGB (Red+Green+Blue) = 1+13+163=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 163 (64.06% from 255 or 92.09% from 177); Max value from RGB is 163 - color contains mainly: blue. Hex color #010DA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA3 is #FEF25C. Grayscale: #191919. Windows color (decimal): -16708189 or 10685697. OLE color: 10685697.
HSL color Cylindrical-coordinate representation of color #010DA3: hue angle of 235.56º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DA3 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 13 | 163 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.36 |
| HSL | 235.56º | 0.99% | 0.32% | - |
| HSV(B) | 235.56º | 0.99% | 0.64% | - |
| XYZ | 6.77 | 2.94 | 34.86 | - |
| YUV | 26.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 163 | 0.99 | 0.92 | 0 | 0.36 | 235.56 | 0.99 | 0.32 |
| Hex | 1 | D | A3 | 63 | 5C | 0 | 24 | EC | 63 | 20 |
| Octal | 1 | 15 | 243 | 143 | 134 | 0 | 44 | 354 | 143 | 40 |
| Binary | 1 | 1101 | 10100011 | 1100011 | 1011100 | 0 | 100100 | 11101100 | 1100011 | 100000 |
Color Harmonies of #010DA3
Complementary color
Monochromatic Colors of #010DA3
Black with #010DA3
Text Example
Text Example
White with #010DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DA3; }
p { color: rgb(1,13,163); }
H1.HeaderClassName
{
color: #010DA3;
}
.AnyTagClassName
{
color: #010DA3;
}
</style>
background-color css
<style>
a { background-color: #010DA3; }
a { background-color: rgb(1,13,163); }
div.DivClassName
{
background-color: #010DA3;
}
.BgClassName
{
background-color: #010DA3;
}
</style>
border-color css
<style>
span { border-color: #010DA3; }
span { border-color: rgb(1,13,163); }
td.TdClassName
{
border-color: #010DA3;
}
.TagClassName
{
border-color: #010DA3;
}
</style>