Shades of Eastern Blue #018397
Tints of Eastern Blue #018397
RGB
CMYK
RGB Variations
Color information
#018397 (or 0x018397) is known color: Eastern Blue. HEX triplet: 01, 83 and 97. RGB value is (1,131,151). Sum of RGB (Red+Green+Blue) = 1+131+151=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #018397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018397 is #FE7C68. Grayscale: #5E5E5E. Windows color (decimal): -16677993 or 9929473. OLE color: 9929473.
HSL color Cylindrical-coordinate representation of color #018397: hue angle of 188º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018397 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 131 | 151 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.41 |
| HSL | 188º | 0.99% | 0.3% | - |
| HSV(B) | 188º | 0.99% | 0.59% | - |
| XYZ | 13.71 | 18.47 | 32.12 | - |
| YUV | 94.41 | 159.93 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 151 | 0.99 | 0.13 | 0 | 0.41 | 188 | 0.99 | 0.3 |
| Hex | 1 | 83 | 97 | 63 | D | 0 | 29 | BC | 63 | 1E |
| Octal | 1 | 203 | 227 | 143 | 15 | 0 | 51 | 274 | 143 | 36 |
| Binary | 1 | 10000011 | 10010111 | 1100011 | 1101 | 0 | 101001 | 10111100 | 1100011 | 11110 |
Color Harmonies of #018397
Complementary color
Monochromatic Colors of #018397
Black with #018397
Text Example
Text Example
White with #018397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018397; }
p { color: rgb(1,131,151); }
H1.HeaderClassName
{
color: #018397;
}
.AnyTagClassName
{
color: #018397;
}
</style>
background-color css
<style>
a { background-color: #018397; }
a { background-color: rgb(1,131,151); }
div.DivClassName
{
background-color: #018397;
}
.BgClassName
{
background-color: #018397;
}
</style>
border-color css
<style>
span { border-color: #018397; }
span { border-color: rgb(1,131,151); }
td.TdClassName
{
border-color: #018397;
}
.TagClassName
{
border-color: #018397;
}
</style>