Shades of Eastern Blue #018B98
Tints of Eastern Blue #018B98
RGB
CMYK
RGB Variations
Color information
#018B98 (or 0x018B98) is known color: Eastern Blue. HEX triplet: 01, 8B and 98. RGB value is (1,139,152). Sum of RGB (Red+Green+Blue) = 1+139+152=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #018B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B98 is #FE7467. Grayscale: #636363. Windows color (decimal): -16675944 or 9997057. OLE color: 9997057.
HSL color Cylindrical-coordinate representation of color #018B98: hue angle of 185.17º 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 #018B98 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 139 | 152 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.40 |
| HSL | 185.17º | 0.99% | 0.3% | - |
| HSV(B) | 185.17º | 0.99% | 0.6% | - |
| XYZ | 14.91 | 20.74 | 32.92 | - |
| YUV | 99.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 152 | 0.99 | 0.09 | 0 | 0.40 | 185.17 | 0.99 | 0.3 |
| Hex | 1 | 8B | 98 | 63 | 9 | 0 | 28 | B9 | 63 | 1E |
| Octal | 1 | 213 | 230 | 143 | 11 | 0 | 50 | 271 | 143 | 36 |
| Binary | 1 | 10001011 | 10011000 | 1100011 | 1001 | 0 | 101000 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018B98
Complementary color
Monochromatic Colors of #018B98
Black with #018B98
Text Example
Text Example
White with #018B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B98; }
p { color: rgb(1,139,152); }
H1.HeaderClassName
{
color: #018B98;
}
.AnyTagClassName
{
color: #018B98;
}
</style>
background-color css
<style>
a { background-color: #018B98; }
a { background-color: rgb(1,139,152); }
div.DivClassName
{
background-color: #018B98;
}
.BgClassName
{
background-color: #018B98;
}
</style>
border-color css
<style>
span { border-color: #018B98; }
span { border-color: rgb(1,139,152); }
td.TdClassName
{
border-color: #018B98;
}
.TagClassName
{
border-color: #018B98;
}
</style>