Shades of New Midnight Blue #010DA4
Tints of New Midnight Blue #010DA4
RGB
CMYK
RGB Variations
Color information
#010DA4 (or 0x010DA4) is known color: New Midnight Blue. HEX triplet: 01, 0D and A4. RGB value is (1,13,164). Sum of RGB (Red+Green+Blue) = 1+13+164=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 164 (64.45% from 255 or 92.13% from 178); Max value from RGB is 164 - color contains mainly: blue. Hex color #010DA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DA4 is #FEF25B. Grayscale: #1A1A1A. Windows color (decimal): -16708188 or 10751233. OLE color: 10751233.
HSL color Cylindrical-coordinate representation of color #010DA4: hue angle of 235.58º 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 #010DA4 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 13 | 164 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.36 |
| HSL | 235.58º | 0.99% | 0.32% | - |
| HSV(B) | 235.58º | 0.99% | 0.64% | - |
| XYZ | 6.86 | 2.97 | 35.33 | - |
| YUV | 26.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 164 | 0.99 | 0.92 | 0 | 0.36 | 235.58 | 0.99 | 0.32 |
| Hex | 1 | D | A4 | 63 | 5C | 0 | 24 | EC | 63 | 20 |
| Octal | 1 | 15 | 244 | 143 | 134 | 0 | 44 | 354 | 143 | 40 |
| Binary | 1 | 1101 | 10100100 | 1100011 | 1011100 | 0 | 100100 | 11101100 | 1100011 | 100000 |
Color Harmonies of #010DA4
Complementary color
Monochromatic Colors of #010DA4
Black with #010DA4
Text Example
Text Example
White with #010DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DA4; }
p { color: rgb(1,13,164); }
H1.HeaderClassName
{
color: #010DA4;
}
.AnyTagClassName
{
color: #010DA4;
}
</style>
background-color css
<style>
a { background-color: #010DA4; }
a { background-color: rgb(1,13,164); }
div.DivClassName
{
background-color: #010DA4;
}
.BgClassName
{
background-color: #010DA4;
}
</style>
border-color css
<style>
span { border-color: #010DA4; }
span { border-color: rgb(1,13,164); }
td.TdClassName
{
border-color: #010DA4;
}
.TagClassName
{
border-color: #010DA4;
}
</style>