Shades of Dark Blue #050390
Tints of Dark Blue #050390
RGB
CMYK
RGB Variations
Color information
#050390 (or 0x050390) is known color: Dark Blue. HEX triplet: 05, 03 and 90. RGB value is (5,3,144). Sum of RGB (Red+Green+Blue) = 5+3+144=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 144 (56.64% from 255 or 94.74% from 152); Max value from RGB is 144 - color contains mainly: blue. Hex color #050390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050390 is #FAFC6F. Grayscale: #131313. Windows color (decimal): -16448624 or 9437957. OLE color: 9437957.
HSL color Cylindrical-coordinate representation of color #050390: hue angle of 240.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050390 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 3 | 144 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.44 |
| HSL | 240.85º | 0.96% | 0.29% | - |
| HSV(B) | 240.85º | 0.98% | 0.56% | - |
| XYZ | 5.13 | 2.11 | 26.52 | - |
| YUV | 19.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 144 | 0.97 | 0.98 | 0 | 0.44 | 240.85 | 0.96 | 0.29 |
| Hex | 5 | 3 | 90 | 61 | 62 | 0 | 2C | F1 | 60 | 1D |
| Octal | 5 | 3 | 220 | 141 | 142 | 0 | 54 | 361 | 140 | 35 |
| Binary | 101 | 11 | 10010000 | 1100001 | 1100010 | 0 | 101100 | 11110001 | 1100000 | 11101 |
Color Harmonies of #050390
Complementary color
Monochromatic Colors of #050390
Black with #050390
Text Example
Text Example
White with #050390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050390; }
p { color: rgb(5,3,144); }
H1.HeaderClassName
{
color: #050390;
}
.AnyTagClassName
{
color: #050390;
}
</style>
background-color css
<style>
a { background-color: #050390; }
a { background-color: rgb(5,3,144); }
div.DivClassName
{
background-color: #050390;
}
.BgClassName
{
background-color: #050390;
}
</style>
border-color css
<style>
span { border-color: #050390; }
span { border-color: rgb(5,3,144); }
td.TdClassName
{
border-color: #050390;
}
.TagClassName
{
border-color: #050390;
}
</style>