Shades of Eastern Blue #019399
Tints of Eastern Blue #019399
RGB
CMYK
RGB Variations
Color information
#019399 (or 0x019399) is known color: Eastern Blue. HEX triplet: 01, 93 and 99. RGB value is (1,147,153). Sum of RGB (Red+Green+Blue) = 1+147+153=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #019399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019399 is #FE6C66. Grayscale: #676767. Windows color (decimal): -16673895 or 10064641. OLE color: 10064641.
HSL color Cylindrical-coordinate representation of color #019399: hue angle of 182.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019399 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 147 | 153 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.4 |
| HSL | 182.37º | 0.99% | 0.3% | - |
| HSV(B) | 182.37º | 0.99% | 0.6% | - |
| XYZ | 16.2 | 23.17 | 33.76 | - |
| YUV | 104.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 153 | 0.99 | 0.04 | 0 | 0.4 | 182.37 | 0.99 | 0.3 |
| Hex | 1 | 93 | 99 | 63 | 4 | 0 | 28 | B6 | 63 | 1E |
| Octal | 1 | 223 | 231 | 143 | 4 | 0 | 50 | 266 | 143 | 36 |
| Binary | 1 | 10010011 | 10011001 | 1100011 | 100 | 0 | 101000 | 10110110 | 1100011 | 11110 |
Color Harmonies of #019399
Complementary color
Monochromatic Colors of #019399
Black with #019399
Text Example
Text Example
White with #019399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019399; }
p { color: rgb(1,147,153); }
H1.HeaderClassName
{
color: #019399;
}
.AnyTagClassName
{
color: #019399;
}
</style>
background-color css
<style>
a { background-color: #019399; }
a { background-color: rgb(1,147,153); }
div.DivClassName
{
background-color: #019399;
}
.BgClassName
{
background-color: #019399;
}
</style>
border-color css
<style>
span { border-color: #019399; }
span { border-color: rgb(1,147,153); }
td.TdClassName
{
border-color: #019399;
}
.TagClassName
{
border-color: #019399;
}
</style>