Shades of Eastern Blue #05919B
Tints of Eastern Blue #05919B
RGB
CMYK
RGB Variations
Color information
#05919B (or 0x05919B) is known color: Eastern Blue. HEX triplet: 05, 91 and 9B. RGB value is (5,145,155). Sum of RGB (Red+Green+Blue) = 5+145+155=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #05919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05919B is #FA6E64. Grayscale: #686868. Windows color (decimal): -16412261 or 10195205. OLE color: 10195205.
HSL color Cylindrical-coordinate representation of color #05919B: hue angle of 184º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05919B is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 145 | 155 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.39 |
| HSL | 184º | 0.94% | 0.31% | - |
| HSV(B) | 184º | 0.97% | 0.61% | - |
| XYZ | 16.1 | 22.65 | 34.53 | - |
| YUV | 104.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 155 | 0.97 | 0.06 | 0 | 0.39 | 184 | 0.94 | 0.31 |
| Hex | 5 | 91 | 9B | 61 | 6 | 0 | 27 | B8 | 5E | 1F |
| Octal | 5 | 221 | 233 | 141 | 6 | 0 | 47 | 270 | 136 | 37 |
| Binary | 101 | 10010001 | 10011011 | 1100001 | 110 | 0 | 100111 | 10111000 | 1011110 | 11111 |
Color Harmonies of #05919B
Complementary color
Monochromatic Colors of #05919B
Black with #05919B
Text Example
Text Example
White with #05919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05919B; }
p { color: rgb(5,145,155); }
H1.HeaderClassName
{
color: #05919B;
}
.AnyTagClassName
{
color: #05919B;
}
</style>
background-color css
<style>
a { background-color: #05919B; }
a { background-color: rgb(5,145,155); }
div.DivClassName
{
background-color: #05919B;
}
.BgClassName
{
background-color: #05919B;
}
</style>
border-color css
<style>
span { border-color: #05919B; }
span { border-color: rgb(5,145,155); }
td.TdClassName
{
border-color: #05919B;
}
.TagClassName
{
border-color: #05919B;
}
</style>