Shades of Dark Blue #050290
Tints of Dark Blue #050290
RGB
CMYK
RGB Variations
Color information
#050290 (or 0x050290) is known color: Dark Blue. HEX triplet: 05, 02 and 90. RGB value is (5,2,144). Sum of RGB (Red+Green+Blue) = 5+2+144=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 144 (56.64% from 255 or 95.36% from 151); Max value from RGB is 144 - color contains mainly: blue. Hex color #050290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050290 is #FAFD6F. Grayscale: #121212. Windows color (decimal): -16448880 or 9437701. OLE color: 9437701.
HSL color Cylindrical-coordinate representation of color #050290: hue angle of 241.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050290 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 2 | 144 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.44 |
| HSL | 241.27º | 0.97% | 0.29% | - |
| HSV(B) | 241.27º | 0.99% | 0.56% | - |
| XYZ | 5.12 | 2.09 | 26.52 | - |
| YUV | 19.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 144 | 0.97 | 0.99 | 0 | 0.44 | 241.27 | 0.97 | 0.29 |
| Hex | 5 | 2 | 90 | 61 | 63 | 0 | 2C | F1 | 61 | 1D |
| Octal | 5 | 2 | 220 | 141 | 143 | 0 | 54 | 361 | 141 | 35 |
| Binary | 101 | 10 | 10010000 | 1100001 | 1100011 | 0 | 101100 | 11110001 | 1100001 | 11101 |
Color Harmonies of #050290
Complementary color
Monochromatic Colors of #050290
Black with #050290
Text Example
Text Example
White with #050290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050290; }
p { color: rgb(5,2,144); }
H1.HeaderClassName
{
color: #050290;
}
.AnyTagClassName
{
color: #050290;
}
</style>
background-color css
<style>
a { background-color: #050290; }
a { background-color: rgb(5,2,144); }
div.DivClassName
{
background-color: #050290;
}
.BgClassName
{
background-color: #050290;
}
</style>
border-color css
<style>
span { border-color: #050290; }
span { border-color: rgb(5,2,144); }
td.TdClassName
{
border-color: #050290;
}
.TagClassName
{
border-color: #050290;
}
</style>