Shades of New Midnight Blue #010DA7
Tints of New Midnight Blue #010DA7
RGB
CMYK
RGB Variations
Color information
#010DA7 (or 0x010DA7) is known color: New Midnight Blue. HEX triplet: 01, 0D and A7. RGB value is (1,13,167). Sum of RGB (Red+Green+Blue) = 1+13+167=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 167 (65.62% from 255 or 92.27% from 181); Max value from RGB is 167 - color contains mainly: blue. Hex color #010DA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA7 is #FEF258. Grayscale: #1A1A1A. Windows color (decimal): -16708185 or 10947841. OLE color: 10947841.
HSL color Cylindrical-coordinate representation of color #010DA7: hue angle of 235.66º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DA7 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 13 | 167 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.35 |
| HSL | 235.66º | 0.99% | 0.33% | - |
| HSV(B) | 235.66º | 0.99% | 0.65% | - |
| XYZ | 7.13 | 3.08 | 36.78 | - |
| YUV | 26.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 167 | 0.99 | 0.92 | 0 | 0.35 | 235.66 | 0.99 | 0.33 |
| Hex | 1 | D | A7 | 63 | 5C | 0 | 23 | EC | 63 | 21 |
| Octal | 1 | 15 | 247 | 143 | 134 | 0 | 43 | 354 | 143 | 41 |
| Binary | 1 | 1101 | 10100111 | 1100011 | 1011100 | 0 | 100011 | 11101100 | 1100011 | 100001 |
Color Harmonies of #010DA7
Complementary color
Monochromatic Colors of #010DA7
Black with #010DA7
Text Example
Text Example
White with #010DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DA7; }
p { color: rgb(1,13,167); }
H1.HeaderClassName
{
color: #010DA7;
}
.AnyTagClassName
{
color: #010DA7;
}
</style>
background-color css
<style>
a { background-color: #010DA7; }
a { background-color: rgb(1,13,167); }
div.DivClassName
{
background-color: #010DA7;
}
.BgClassName
{
background-color: #010DA7;
}
</style>
border-color css
<style>
span { border-color: #010DA7; }
span { border-color: rgb(1,13,167); }
td.TdClassName
{
border-color: #010DA7;
}
.TagClassName
{
border-color: #010DA7;
}
</style>