Shades of Eastern Blue #01889D
Tints of Eastern Blue #01889D
RGB
CMYK
RGB Variations
Color information
#01889D (or 0x01889D) is known color: Eastern Blue. HEX triplet: 01, 88 and 9D. RGB value is (1,136,157). Sum of RGB (Red+Green+Blue) = 1+136+157=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #01889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01889D is #FE7762. Grayscale: #616161. Windows color (decimal): -16676707 or 10323969. OLE color: 10323969.
HSL color Cylindrical-coordinate representation of color #01889D: hue angle of 188.08º 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 #01889D is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 136 | 157 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.38 |
| HSL | 188.08º | 0.99% | 0.31% | - |
| HSV(B) | 188.08º | 0.99% | 0.62% | - |
| XYZ | 14.9 | 20.05 | 34.98 | - |
| YUV | 98.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 157 | 0.99 | 0.13 | 0 | 0.38 | 188.08 | 0.99 | 0.31 |
| Hex | 1 | 88 | 9D | 63 | D | 0 | 26 | BC | 63 | 1F |
| Octal | 1 | 210 | 235 | 143 | 15 | 0 | 46 | 274 | 143 | 37 |
| Binary | 1 | 10001000 | 10011101 | 1100011 | 1101 | 0 | 100110 | 10111100 | 1100011 | 11111 |
Color Harmonies of #01889D
Complementary color
Monochromatic Colors of #01889D
Black with #01889D
Text Example
Text Example
White with #01889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01889D; }
p { color: rgb(1,136,157); }
H1.HeaderClassName
{
color: #01889D;
}
.AnyTagClassName
{
color: #01889D;
}
</style>
background-color css
<style>
a { background-color: #01889D; }
a { background-color: rgb(1,136,157); }
div.DivClassName
{
background-color: #01889D;
}
.BgClassName
{
background-color: #01889D;
}
</style>
border-color css
<style>
span { border-color: #01889D; }
span { border-color: rgb(1,136,157); }
td.TdClassName
{
border-color: #01889D;
}
.TagClassName
{
border-color: #01889D;
}
</style>