Shades of Eastern Blue #018DAA
Tints of Eastern Blue #018DAA
RGB
CMYK
RGB Variations
Color information
#018DAA (or 0x018DAA) is known color: Eastern Blue. HEX triplet: 01, 8D and AA. RGB value is (1,141,170). Sum of RGB (Red+Green+Blue) = 1+141+170=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #018DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018DAA is #FE7255. Grayscale: #666666. Windows color (decimal): -16675414 or 11177217. OLE color: 11177217.
HSL color Cylindrical-coordinate representation of color #018DAA: hue angle of 190.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DAA is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 141 | 170 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.33 |
| HSL | 190.3º | 0.99% | 0.34% | - |
| HSV(B) | 190.3º | 0.99% | 0.67% | - |
| XYZ | 16.79 | 21.96 | 41.38 | - |
| YUV | 102.45 | 166.12 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 170 | 0.99 | 0.17 | 0 | 0.33 | 190.3 | 0.99 | 0.34 |
| Hex | 1 | 8D | AA | 63 | 11 | 0 | 21 | BE | 63 | 22 |
| Octal | 1 | 215 | 252 | 143 | 21 | 0 | 41 | 276 | 143 | 42 |
| Binary | 1 | 10001101 | 10101010 | 1100011 | 10001 | 0 | 100001 | 10111110 | 1100011 | 100010 |
Color Harmonies of #018DAA
Complementary color
Monochromatic Colors of #018DAA
Black with #018DAA
Text Example
Text Example
White with #018DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DAA; }
p { color: rgb(1,141,170); }
H1.HeaderClassName
{
color: #018DAA;
}
.AnyTagClassName
{
color: #018DAA;
}
</style>
background-color css
<style>
a { background-color: #018DAA; }
a { background-color: rgb(1,141,170); }
div.DivClassName
{
background-color: #018DAA;
}
.BgClassName
{
background-color: #018DAA;
}
</style>
border-color css
<style>
span { border-color: #018DAA; }
span { border-color: rgb(1,141,170); }
td.TdClassName
{
border-color: #018DAA;
}
.TagClassName
{
border-color: #018DAA;
}
</style>