Shades of Eastern Blue #018CAA
Tints of Eastern Blue #018CAA
RGB
CMYK
RGB Variations
Color information
#018CAA (or 0x018CAA) is known color: Eastern Blue. HEX triplet: 01, 8C and AA. RGB value is (1,140,170). Sum of RGB (Red+Green+Blue) = 1+140+170=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #018CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAA is #FE7355. Grayscale: #656565. Windows color (decimal): -16675670 or 11176961. OLE color: 11176961.
HSL color Cylindrical-coordinate representation of color #018CAA: hue angle of 190.65º 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 #018CAA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 140 | 170 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.33 |
| HSL | 190.65º | 0.99% | 0.34% | - |
| HSV(B) | 190.65º | 0.99% | 0.67% | - |
| XYZ | 16.65 | 21.66 | 41.33 | - |
| YUV | 101.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 170 | 0.99 | 0.18 | 0 | 0.33 | 190.65 | 0.99 | 0.34 |
| Hex | 1 | 8C | AA | 63 | 12 | 0 | 21 | BF | 63 | 22 |
| Octal | 1 | 214 | 252 | 143 | 22 | 0 | 41 | 277 | 143 | 42 |
| Binary | 1 | 10001100 | 10101010 | 1100011 | 10010 | 0 | 100001 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018CAA
Complementary color
Monochromatic Colors of #018CAA
Black with #018CAA
Text Example
Text Example
White with #018CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CAA; }
p { color: rgb(1,140,170); }
H1.HeaderClassName
{
color: #018CAA;
}
.AnyTagClassName
{
color: #018CAA;
}
</style>
background-color css
<style>
a { background-color: #018CAA; }
a { background-color: rgb(1,140,170); }
div.DivClassName
{
background-color: #018CAA;
}
.BgClassName
{
background-color: #018CAA;
}
</style>
border-color css
<style>
span { border-color: #018CAA; }
span { border-color: rgb(1,140,170); }
td.TdClassName
{
border-color: #018CAA;
}
.TagClassName
{
border-color: #018CAA;
}
</style>