Shades of New Midnight Blue #010FA1
Tints of New Midnight Blue #010FA1
RGB
CMYK
RGB Variations
Color information
#010FA1 (or 0x010FA1) is known color: New Midnight Blue. HEX triplet: 01, 0F and A1. RGB value is (1,15,161). Sum of RGB (Red+Green+Blue) = 1+15+161=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 161 (63.28% from 255 or 90.96% from 177); Max value from RGB is 161 - color contains mainly: blue. Hex color #010FA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FA1 is #FEF05E. Grayscale: #1A1A1A. Windows color (decimal): -16707679 or 10555137. OLE color: 10555137.
HSL color Cylindrical-coordinate representation of color #010FA1: hue angle of 234.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010FA1 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 15 | 161 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.37 |
| HSL | 234.75º | 0.99% | 0.32% | - |
| HSV(B) | 234.75º | 0.99% | 0.63% | - |
| XYZ | 6.62 | 2.92 | 33.93 | - |
| YUV | 27.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 161 | 0.99 | 0.91 | 0 | 0.37 | 234.75 | 0.99 | 0.32 |
| Hex | 1 | F | A1 | 63 | 5B | 0 | 25 | EB | 63 | 20 |
| Octal | 1 | 17 | 241 | 143 | 133 | 0 | 45 | 353 | 143 | 40 |
| Binary | 1 | 1111 | 10100001 | 1100011 | 1011011 | 0 | 100101 | 11101011 | 1100011 | 100000 |
Color Harmonies of #010FA1
Complementary color
Monochromatic Colors of #010FA1
Black with #010FA1
Text Example
Text Example
White with #010FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FA1; }
p { color: rgb(1,15,161); }
H1.HeaderClassName
{
color: #010FA1;
}
.AnyTagClassName
{
color: #010FA1;
}
</style>
background-color css
<style>
a { background-color: #010FA1; }
a { background-color: rgb(1,15,161); }
div.DivClassName
{
background-color: #010FA1;
}
.BgClassName
{
background-color: #010FA1;
}
</style>
border-color css
<style>
span { border-color: #010FA1; }
span { border-color: rgb(1,15,161); }
td.TdClassName
{
border-color: #010FA1;
}
.TagClassName
{
border-color: #010FA1;
}
</style>