Shades of Eastern Blue #018396
Tints of Eastern Blue #018396
RGB
CMYK
RGB Variations
Color information
#018396 (or 0x018396) is known color: Eastern Blue. HEX triplet: 01, 83 and 96. RGB value is (1,131,150). Sum of RGB (Red+Green+Blue) = 1+131+150=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #018396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018396 is #FE7C69. Grayscale: #5E5E5E. Windows color (decimal): -16677994 or 9863937. OLE color: 9863937.
HSL color Cylindrical-coordinate representation of color #018396: hue angle of 187.65º 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 #018396 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 131 | 150 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.41 |
| HSL | 187.65º | 0.99% | 0.3% | - |
| HSV(B) | 187.65º | 0.99% | 0.59% | - |
| XYZ | 13.63 | 18.44 | 31.7 | - |
| YUV | 94.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 150 | 0.99 | 0.13 | 0 | 0.41 | 187.65 | 0.99 | 0.3 |
| Hex | 1 | 83 | 96 | 63 | D | 0 | 29 | BC | 63 | 1E |
| Octal | 1 | 203 | 226 | 143 | 15 | 0 | 51 | 274 | 143 | 36 |
| Binary | 1 | 10000011 | 10010110 | 1100011 | 1101 | 0 | 101001 | 10111100 | 1100011 | 11110 |
Color Harmonies of #018396
Complementary color
Monochromatic Colors of #018396
Black with #018396
Text Example
Text Example
White with #018396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018396; }
p { color: rgb(1,131,150); }
H1.HeaderClassName
{
color: #018396;
}
.AnyTagClassName
{
color: #018396;
}
</style>
background-color css
<style>
a { background-color: #018396; }
a { background-color: rgb(1,131,150); }
div.DivClassName
{
background-color: #018396;
}
.BgClassName
{
background-color: #018396;
}
</style>
border-color css
<style>
span { border-color: #018396; }
span { border-color: rgb(1,131,150); }
td.TdClassName
{
border-color: #018396;
}
.TagClassName
{
border-color: #018396;
}
</style>