Shades of Eastern Blue #01899D
Tints of Eastern Blue #01899D
RGB
CMYK
RGB Variations
Color information
#01899D (or 0x01899D) is known color: Eastern Blue. HEX triplet: 01, 89 and 9D. RGB value is (1,137,157). Sum of RGB (Red+Green+Blue) = 1+137+157=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #01899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01899D is #FE7662. Grayscale: #626262. Windows color (decimal): -16676451 or 10324225. OLE color: 10324225.
HSL color Cylindrical-coordinate representation of color #01899D: hue angle of 187.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01899D is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 137 | 157 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.38 |
| HSL | 187.69º | 0.99% | 0.31% | - |
| HSV(B) | 187.69º | 0.99% | 0.62% | - |
| XYZ | 15.04 | 20.33 | 35.03 | - |
| YUV | 98.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 157 | 0.99 | 0.13 | 0 | 0.38 | 187.69 | 0.99 | 0.31 |
| Hex | 1 | 89 | 9D | 63 | D | 0 | 26 | BC | 63 | 1F |
| Octal | 1 | 211 | 235 | 143 | 15 | 0 | 46 | 274 | 143 | 37 |
| Binary | 1 | 10001001 | 10011101 | 1100011 | 1101 | 0 | 100110 | 10111100 | 1100011 | 11111 |
Color Harmonies of #01899D
Complementary color
Monochromatic Colors of #01899D
Black with #01899D
Text Example
Text Example
White with #01899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01899D; }
p { color: rgb(1,137,157); }
H1.HeaderClassName
{
color: #01899D;
}
.AnyTagClassName
{
color: #01899D;
}
</style>
background-color css
<style>
a { background-color: #01899D; }
a { background-color: rgb(1,137,157); }
div.DivClassName
{
background-color: #01899D;
}
.BgClassName
{
background-color: #01899D;
}
</style>
border-color css
<style>
span { border-color: #01899D; }
span { border-color: rgb(1,137,157); }
td.TdClassName
{
border-color: #01899D;
}
.TagClassName
{
border-color: #01899D;
}
</style>