Shades of Eastern Blue #05819F
Tints of Eastern Blue #05819F
RGB
CMYK
RGB Variations
Color information
#05819F (or 0x05819F) is known color: Eastern Blue. HEX triplet: 05, 81 and 9F. RGB value is (5,129,159). Sum of RGB (Red+Green+Blue) = 5+129+159=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #05819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05819F is #FA7E60. Grayscale: #5F5F5F. Windows color (decimal): -16416353 or 10453253. OLE color: 10453253.
HSL color Cylindrical-coordinate representation of color #05819F: hue angle of 191.69º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05819F is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 129 | 159 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.38 |
| HSL | 191.69º | 0.94% | 0.32% | - |
| HSV(B) | 191.69º | 0.97% | 0.62% | - |
| XYZ | 14.17 | 18.24 | 35.57 | - |
| YUV | 95.34 | 163.92 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 159 | 0.97 | 0.19 | 0 | 0.38 | 191.69 | 0.94 | 0.32 |
| Hex | 5 | 81 | 9F | 61 | 13 | 0 | 26 | C0 | 5E | 20 |
| Octal | 5 | 201 | 237 | 141 | 23 | 0 | 46 | 300 | 136 | 40 |
| Binary | 101 | 10000001 | 10011111 | 1100001 | 10011 | 0 | 100110 | 11000000 | 1011110 | 100000 |
Color Harmonies of #05819F
Complementary color
Monochromatic Colors of #05819F
Black with #05819F
Text Example
Text Example
White with #05819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05819F; }
p { color: rgb(5,129,159); }
H1.HeaderClassName
{
color: #05819F;
}
.AnyTagClassName
{
color: #05819F;
}
</style>
background-color css
<style>
a { background-color: #05819F; }
a { background-color: rgb(5,129,159); }
div.DivClassName
{
background-color: #05819F;
}
.BgClassName
{
background-color: #05819F;
}
</style>
border-color css
<style>
span { border-color: #05819F; }
span { border-color: rgb(5,129,159); }
td.TdClassName
{
border-color: #05819F;
}
.TagClassName
{
border-color: #05819F;
}
</style>