Shades of Eastern Blue #018AAC
Tints of Eastern Blue #018AAC
RGB
CMYK
RGB Variations
Color information
#018AAC (or 0x018AAC) is known color: Eastern Blue. HEX triplet: 01, 8A and AC. RGB value is (1,138,172). Sum of RGB (Red+Green+Blue) = 1+138+172=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #018AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAC is #FE7553. Grayscale: #646464. Windows color (decimal): -16676180 or 11307521. OLE color: 11307521.
HSL color Cylindrical-coordinate representation of color #018AAC: hue angle of 191.93º 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 #018AAC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 138 | 172 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.33 |
| HSL | 191.93º | 0.99% | 0.34% | - |
| HSV(B) | 191.93º | 0.99% | 0.67% | - |
| XYZ | 16.55 | 21.16 | 42.24 | - |
| YUV | 100.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 172 | 0.99 | 0.20 | 0 | 0.33 | 191.93 | 0.99 | 0.34 |
| Hex | 1 | 8A | AC | 63 | 14 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 212 | 254 | 143 | 24 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10001010 | 10101100 | 1100011 | 10100 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #018AAC
Complementary color
Monochromatic Colors of #018AAC
Black with #018AAC
Text Example
Text Example
White with #018AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AAC; }
p { color: rgb(1,138,172); }
H1.HeaderClassName
{
color: #018AAC;
}
.AnyTagClassName
{
color: #018AAC;
}
</style>
background-color css
<style>
a { background-color: #018AAC; }
a { background-color: rgb(1,138,172); }
div.DivClassName
{
background-color: #018AAC;
}
.BgClassName
{
background-color: #018AAC;
}
</style>
border-color css
<style>
span { border-color: #018AAC; }
span { border-color: rgb(1,138,172); }
td.TdClassName
{
border-color: #018AAC;
}
.TagClassName
{
border-color: #018AAC;
}
</style>