Shades of Eastern Blue #05919D
Tints of Eastern Blue #05919D
RGB
CMYK
RGB Variations
Color information
#05919D (or 0x05919D) is known color: Eastern Blue. HEX triplet: 05, 91 and 9D. RGB value is (5,145,157). Sum of RGB (Red+Green+Blue) = 5+145+157=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #05919D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05919D is #FA6E62. Grayscale: #686868. Windows color (decimal): -16412259 or 10326277. OLE color: 10326277.
HSL color Cylindrical-coordinate representation of color #05919D: hue angle of 184.74º 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 #05919D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 145 | 157 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.38 |
| HSL | 184.74º | 0.94% | 0.32% | - |
| HSV(B) | 184.74º | 0.97% | 0.62% | - |
| XYZ | 16.27 | 22.72 | 35.43 | - |
| YUV | 104.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 157 | 0.97 | 0.08 | 0 | 0.38 | 184.74 | 0.94 | 0.32 |
| Hex | 5 | 91 | 9D | 61 | 8 | 0 | 26 | B9 | 5E | 20 |
| Octal | 5 | 221 | 235 | 141 | 10 | 0 | 46 | 271 | 136 | 40 |
| Binary | 101 | 10010001 | 10011101 | 1100001 | 1000 | 0 | 100110 | 10111001 | 1011110 | 100000 |
Color Harmonies of #05919D
Complementary color
Monochromatic Colors of #05919D
Black with #05919D
Text Example
Text Example
White with #05919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05919D; }
p { color: rgb(5,145,157); }
H1.HeaderClassName
{
color: #05919D;
}
.AnyTagClassName
{
color: #05919D;
}
</style>
background-color css
<style>
a { background-color: #05919D; }
a { background-color: rgb(5,145,157); }
div.DivClassName
{
background-color: #05919D;
}
.BgClassName
{
background-color: #05919D;
}
</style>
border-color css
<style>
span { border-color: #05919D; }
span { border-color: rgb(5,145,157); }
td.TdClassName
{
border-color: #05919D;
}
.TagClassName
{
border-color: #05919D;
}
</style>