Shades of Eastern Blue #018AAA
Tints of Eastern Blue #018AAA
RGB
CMYK
RGB Variations
Color information
#018AAA (or 0x018AAA) is known color: Eastern Blue. HEX triplet: 01, 8A and AA. RGB value is (1,138,170). Sum of RGB (Red+Green+Blue) = 1+138+170=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #018AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAA is #FE7555. Grayscale: #646464. Windows color (decimal): -16676182 or 11176449. OLE color: 11176449.
HSL color Cylindrical-coordinate representation of color #018AAA: hue angle of 191.36º 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 #018AAA is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 138 | 170 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.36º | 0.99% | 0.34% | - |
| HSV(B) | 191.36º | 0.99% | 0.67% | - |
| XYZ | 16.36 | 21.09 | 41.24 | - |
| YUV | 100.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 170 | 0.99 | 0.19 | 0 | 0.33 | 191.36 | 0.99 | 0.34 |
| Hex | 1 | 8A | AA | 63 | 13 | 0 | 21 | BF | 63 | 22 |
| Octal | 1 | 212 | 252 | 143 | 23 | 0 | 41 | 277 | 143 | 42 |
| Binary | 1 | 10001010 | 10101010 | 1100011 | 10011 | 0 | 100001 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018AAA
Complementary color
Monochromatic Colors of #018AAA
Black with #018AAA
Text Example
Text Example
White with #018AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AAA; }
p { color: rgb(1,138,170); }
H1.HeaderClassName
{
color: #018AAA;
}
.AnyTagClassName
{
color: #018AAA;
}
</style>
background-color css
<style>
a { background-color: #018AAA; }
a { background-color: rgb(1,138,170); }
div.DivClassName
{
background-color: #018AAA;
}
.BgClassName
{
background-color: #018AAA;
}
</style>
border-color css
<style>
span { border-color: #018AAA; }
span { border-color: rgb(1,138,170); }
td.TdClassName
{
border-color: #018AAA;
}
.TagClassName
{
border-color: #018AAA;
}
</style>