Shades of Eastern Blue #018C98
Tints of Eastern Blue #018C98
RGB
CMYK
RGB Variations
Color information
#018C98 (or 0x018C98) is known color: Eastern Blue. HEX triplet: 01, 8C and 98. RGB value is (1,140,152). Sum of RGB (Red+Green+Blue) = 1+140+152=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #018C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C98 is #FE7367. Grayscale: #636363. Windows color (decimal): -16675688 or 9997313. OLE color: 9997313.
HSL color Cylindrical-coordinate representation of color #018C98: hue angle of 184.77º 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 #018C98 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 140 | 152 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.40 |
| HSL | 184.77º | 0.99% | 0.3% | - |
| HSV(B) | 184.77º | 0.99% | 0.6% | - |
| XYZ | 15.06 | 21.03 | 32.97 | - |
| YUV | 99.81 | 157.45 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 152 | 0.99 | 0.08 | 0 | 0.40 | 184.77 | 0.99 | 0.3 |
| Hex | 1 | 8C | 98 | 63 | 8 | 0 | 28 | B9 | 63 | 1E |
| Octal | 1 | 214 | 230 | 143 | 10 | 0 | 50 | 271 | 143 | 36 |
| Binary | 1 | 10001100 | 10011000 | 1100011 | 1000 | 0 | 101000 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018C98
Complementary color
Monochromatic Colors of #018C98
Black with #018C98
Text Example
Text Example
White with #018C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C98; }
p { color: rgb(1,140,152); }
H1.HeaderClassName
{
color: #018C98;
}
.AnyTagClassName
{
color: #018C98;
}
</style>
background-color css
<style>
a { background-color: #018C98; }
a { background-color: rgb(1,140,152); }
div.DivClassName
{
background-color: #018C98;
}
.BgClassName
{
background-color: #018C98;
}
</style>
border-color css
<style>
span { border-color: #018C98; }
span { border-color: rgb(1,140,152); }
td.TdClassName
{
border-color: #018C98;
}
.TagClassName
{
border-color: #018C98;
}
</style>