Shades of Dark Blue #050288
Tints of Dark Blue #050288
RGB
CMYK
RGB Variations
Color information
#050288 (or 0x050288) is known color: Dark Blue. HEX triplet: 05, 02 and 88. RGB value is (5,2,136). Sum of RGB (Red+Green+Blue) = 5+2+136=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 136 (53.52% from 255 or 95.10% from 143); Max value from RGB is 136 - color contains mainly: blue. Hex color #050288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050288 is #FAFD77. Grayscale: #111111. Windows color (decimal): -16448888 or 8913413. OLE color: 8913413.
HSL color Cylindrical-coordinate representation of color #050288: hue angle of 241.34º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050288 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 2 | 136 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.47 |
| HSL | 241.34º | 0.97% | 0.27% | - |
| HSV(B) | 241.34º | 0.99% | 0.53% | - |
| XYZ | 4.53 | 1.85 | 23.41 | - |
| YUV | 18.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 136 | 0.96 | 0.99 | 0 | 0.47 | 241.34 | 0.97 | 0.27 |
| Hex | 5 | 2 | 88 | 60 | 63 | 0 | 2F | F1 | 61 | 1B |
| Octal | 5 | 2 | 210 | 140 | 143 | 0 | 57 | 361 | 141 | 33 |
| Binary | 101 | 10 | 10001000 | 1100000 | 1100011 | 0 | 101111 | 11110001 | 1100001 | 11011 |
Color Harmonies of #050288
Complementary color
Monochromatic Colors of #050288
Black with #050288
Text Example
Text Example
White with #050288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050288; }
p { color: rgb(5,2,136); }
H1.HeaderClassName
{
color: #050288;
}
.AnyTagClassName
{
color: #050288;
}
</style>
background-color css
<style>
a { background-color: #050288; }
a { background-color: rgb(5,2,136); }
div.DivClassName
{
background-color: #050288;
}
.BgClassName
{
background-color: #050288;
}
</style>
border-color css
<style>
span { border-color: #050288; }
span { border-color: rgb(5,2,136); }
td.TdClassName
{
border-color: #050288;
}
.TagClassName
{
border-color: #050288;
}
</style>