Shades of Eastern Blue #018DA6
Tints of Eastern Blue #018DA6
RGB
CMYK
RGB Variations
Color information
#018DA6 (or 0x018DA6) is known color: Eastern Blue. HEX triplet: 01, 8D and A6. RGB value is (1,141,166). Sum of RGB (Red+Green+Blue) = 1+141+166=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #018DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DA6 is #FE7259. Grayscale: #656565. Windows color (decimal): -16675418 or 10915073. OLE color: 10915073.
HSL color Cylindrical-coordinate representation of color #018DA6: hue angle of 189.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DA6 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 141 | 166 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.35 |
| HSL | 189.09º | 0.99% | 0.33% | - |
| HSV(B) | 189.09º | 0.99% | 0.65% | - |
| XYZ | 16.42 | 21.81 | 39.42 | - |
| YUV | 101.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 166 | 0.99 | 0.15 | 0 | 0.35 | 189.09 | 0.99 | 0.33 |
| Hex | 1 | 8D | A6 | 63 | F | 0 | 23 | BD | 63 | 21 |
| Octal | 1 | 215 | 246 | 143 | 17 | 0 | 43 | 275 | 143 | 41 |
| Binary | 1 | 10001101 | 10100110 | 1100011 | 1111 | 0 | 100011 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018DA6
Complementary color
Monochromatic Colors of #018DA6
Black with #018DA6
Text Example
Text Example
White with #018DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DA6; }
p { color: rgb(1,141,166); }
H1.HeaderClassName
{
color: #018DA6;
}
.AnyTagClassName
{
color: #018DA6;
}
</style>
background-color css
<style>
a { background-color: #018DA6; }
a { background-color: rgb(1,141,166); }
div.DivClassName
{
background-color: #018DA6;
}
.BgClassName
{
background-color: #018DA6;
}
</style>
border-color css
<style>
span { border-color: #018DA6; }
span { border-color: rgb(1,141,166); }
td.TdClassName
{
border-color: #018DA6;
}
.TagClassName
{
border-color: #018DA6;
}
</style>