Shades of New Midnight Blue #0410A1
Tints of New Midnight Blue #0410A1
RGB
CMYK
RGB Variations
Color information
#0410A1 (or 0x0410A1) is known color: New Midnight Blue. HEX triplet: 04, 10 and A1. RGB value is (4,16,161). Sum of RGB (Red+Green+Blue) = 4+16+161=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 161 (63.28% from 255 or 88.95% from 181); Max value from RGB is 161 - color contains mainly: blue. Hex color #0410A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0410A1 is #FBEF5E. Grayscale: #1C1C1C. Windows color (decimal): -16510815 or 10555396. OLE color: 10555396.
HSL color Cylindrical-coordinate representation of color #0410A1: hue angle of 235.41º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0410A1 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 16 | 161 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.37 |
| HSL | 235.41º | 0.95% | 0.32% | - |
| HSV(B) | 235.41º | 0.98% | 0.63% | - |
| XYZ | 6.67 | 2.97 | 33.94 | - |
| YUV | 28.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 161 | 0.98 | 0.90 | 0 | 0.37 | 235.41 | 0.95 | 0.32 |
| Hex | 4 | 10 | A1 | 62 | 5A | 0 | 25 | EB | 5F | 20 |
| Octal | 4 | 20 | 241 | 142 | 132 | 0 | 45 | 353 | 137 | 40 |
| Binary | 100 | 10000 | 10100001 | 1100010 | 1011010 | 0 | 100101 | 11101011 | 1011111 | 100000 |
Color Harmonies of #0410A1
Complementary color
Monochromatic Colors of #0410A1
Black with #0410A1
Text Example
Text Example
White with #0410A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0410A1; }
p { color: rgb(4,16,161); }
H1.HeaderClassName
{
color: #0410A1;
}
.AnyTagClassName
{
color: #0410A1;
}
</style>
background-color css
<style>
a { background-color: #0410A1; }
a { background-color: rgb(4,16,161); }
div.DivClassName
{
background-color: #0410A1;
}
.BgClassName
{
background-color: #0410A1;
}
</style>
border-color css
<style>
span { border-color: #0410A1; }
span { border-color: rgb(4,16,161); }
td.TdClassName
{
border-color: #0410A1;
}
.TagClassName
{
border-color: #0410A1;
}
</style>