Shades of Dark Blue #050289
Tints of Dark Blue #050289
RGB
CMYK
RGB Variations
Color information
#050289 (or 0x050289) is known color: Dark Blue. HEX triplet: 05, 02 and 89. RGB value is (5,2,137). Sum of RGB (Red+Green+Blue) = 5+2+137=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 137 (53.91% from 255 or 95.14% from 144); Max value from RGB is 137 - color contains mainly: blue. Hex color #050289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050289 is #FAFD76. Grayscale: #111111. Windows color (decimal): -16448887 or 8978949. OLE color: 8978949.
HSL color Cylindrical-coordinate representation of color #050289: hue angle of 241.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050289 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 2 | 137 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.46 |
| HSL | 241.33º | 0.97% | 0.27% | - |
| HSV(B) | 241.33º | 0.99% | 0.54% | - |
| XYZ | 4.6 | 1.88 | 23.79 | - |
| YUV | 18.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 137 | 0.96 | 0.99 | 0 | 0.46 | 241.33 | 0.97 | 0.27 |
| Hex | 5 | 2 | 89 | 60 | 63 | 0 | 2E | F1 | 61 | 1B |
| Octal | 5 | 2 | 211 | 140 | 143 | 0 | 56 | 361 | 141 | 33 |
| Binary | 101 | 10 | 10001001 | 1100000 | 1100011 | 0 | 101110 | 11110001 | 1100001 | 11011 |
Color Harmonies of #050289
Complementary color
Monochromatic Colors of #050289
Black with #050289
Text Example
Text Example
White with #050289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050289; }
p { color: rgb(5,2,137); }
H1.HeaderClassName
{
color: #050289;
}
.AnyTagClassName
{
color: #050289;
}
</style>
background-color css
<style>
a { background-color: #050289; }
a { background-color: rgb(5,2,137); }
div.DivClassName
{
background-color: #050289;
}
.BgClassName
{
background-color: #050289;
}
</style>
border-color css
<style>
span { border-color: #050289; }
span { border-color: rgb(5,2,137); }
td.TdClassName
{
border-color: #050289;
}
.TagClassName
{
border-color: #050289;
}
</style>