Shades of New Midnight Blue #050FA1
Tints of New Midnight Blue #050FA1
RGB
CMYK
RGB Variations
Color information
#050FA1 (or 0x050FA1) is known color: New Midnight Blue. HEX triplet: 05, 0F and A1. RGB value is (5,15,161). Sum of RGB (Red+Green+Blue) = 5+15+161=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 15 (6.25% from 255 or 8.29% 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 #050FA1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FA1 is #FAF05E. Grayscale: #1C1C1C. Windows color (decimal): -16445535 or 10555141. OLE color: 10555141.
HSL color Cylindrical-coordinate representation of color #050FA1: hue angle of 236.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050FA1 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 15 | 161 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.37 |
| HSL | 236.15º | 0.94% | 0.33% | - |
| HSV(B) | 236.15º | 0.97% | 0.63% | - |
| XYZ | 6.67 | 2.95 | 33.94 | - |
| YUV | 28.65 | 202.69 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 161 | 0.97 | 0.91 | 0 | 0.37 | 236.15 | 0.94 | 0.33 |
| Hex | 5 | F | A1 | 61 | 5B | 0 | 25 | EC | 5E | 21 |
| Octal | 5 | 17 | 241 | 141 | 133 | 0 | 45 | 354 | 136 | 41 |
| Binary | 101 | 1111 | 10100001 | 1100001 | 1011011 | 0 | 100101 | 11101100 | 1011110 | 100001 |
Color Harmonies of #050FA1
Complementary color
Monochromatic Colors of #050FA1
Black with #050FA1
Text Example
Text Example
White with #050FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050FA1; }
p { color: rgb(5,15,161); }
H1.HeaderClassName
{
color: #050FA1;
}
.AnyTagClassName
{
color: #050FA1;
}
</style>
background-color css
<style>
a { background-color: #050FA1; }
a { background-color: rgb(5,15,161); }
div.DivClassName
{
background-color: #050FA1;
}
.BgClassName
{
background-color: #050FA1;
}
</style>
border-color css
<style>
span { border-color: #050FA1; }
span { border-color: rgb(5,15,161); }
td.TdClassName
{
border-color: #050FA1;
}
.TagClassName
{
border-color: #050FA1;
}
</style>