Shades of New Midnight Blue #010AA4
Tints of New Midnight Blue #010AA4
RGB
CMYK
RGB Variations
Color information
#010AA4 (or 0x010AA4) is known color: New Midnight Blue. HEX triplet: 01, 0A and A4. RGB value is (1,10,164). Sum of RGB (Red+Green+Blue) = 1+10+164=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 164 (64.45% from 255 or 93.71% from 175); Max value from RGB is 164 - color contains mainly: blue. Hex color #010AA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010AA4 is #FEF55B. Grayscale: #181818. Windows color (decimal): -16708956 or 10750465. OLE color: 10750465.
HSL color Cylindrical-coordinate representation of color #010AA4: hue angle of 236.69º 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 #010AA4 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 10 | 164 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.36 |
| HSL | 236.69º | 0.99% | 0.32% | - |
| HSV(B) | 236.69º | 0.99% | 0.64% | - |
| XYZ | 6.82 | 2.9 | 35.32 | - |
| YUV | 24.87 | 206.52 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 164 | 0.99 | 0.94 | 0 | 0.36 | 236.69 | 0.99 | 0.32 |
| Hex | 1 | A | A4 | 63 | 5E | 0 | 24 | ED | 63 | 20 |
| Octal | 1 | 12 | 244 | 143 | 136 | 0 | 44 | 355 | 143 | 40 |
| Binary | 1 | 1010 | 10100100 | 1100011 | 1011110 | 0 | 100100 | 11101101 | 1100011 | 100000 |
Color Harmonies of #010AA4
Complementary color
Monochromatic Colors of #010AA4
Black with #010AA4
Text Example
Text Example
White with #010AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AA4; }
p { color: rgb(1,10,164); }
H1.HeaderClassName
{
color: #010AA4;
}
.AnyTagClassName
{
color: #010AA4;
}
</style>
background-color css
<style>
a { background-color: #010AA4; }
a { background-color: rgb(1,10,164); }
div.DivClassName
{
background-color: #010AA4;
}
.BgClassName
{
background-color: #010AA4;
}
</style>
border-color css
<style>
span { border-color: #010AA4; }
span { border-color: rgb(1,10,164); }
td.TdClassName
{
border-color: #010AA4;
}
.TagClassName
{
border-color: #010AA4;
}
</style>