Shades of Eastern Blue #018FA2
Tints of Eastern Blue #018FA2
RGB
CMYK
RGB Variations
Color information
#018FA2 (or 0x018FA2) is known color: Eastern Blue. HEX triplet: 01, 8F and A2. RGB value is (1,143,162). Sum of RGB (Red+Green+Blue) = 1+143+162=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #018FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA2 is #FE705D. Grayscale: #666666. Windows color (decimal): -16674910 or 10653441. OLE color: 10653441.
HSL color Cylindrical-coordinate representation of color #018FA2: hue angle of 187.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FA2 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 143 | 162 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.36 |
| HSL | 187.08º | 0.99% | 0.32% | - |
| HSV(B) | 187.08º | 0.99% | 0.64% | - |
| XYZ | 16.36 | 22.26 | 37.62 | - |
| YUV | 102.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 162 | 0.99 | 0.12 | 0 | 0.36 | 187.08 | 0.99 | 0.32 |
| Hex | 1 | 8F | A2 | 63 | C | 0 | 24 | BB | 63 | 20 |
| Octal | 1 | 217 | 242 | 143 | 14 | 0 | 44 | 273 | 143 | 40 |
| Binary | 1 | 10001111 | 10100010 | 1100011 | 1100 | 0 | 100100 | 10111011 | 1100011 | 100000 |
Color Harmonies of #018FA2
Complementary color
Monochromatic Colors of #018FA2
Black with #018FA2
Text Example
Text Example
White with #018FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FA2; }
p { color: rgb(1,143,162); }
H1.HeaderClassName
{
color: #018FA2;
}
.AnyTagClassName
{
color: #018FA2;
}
</style>
background-color css
<style>
a { background-color: #018FA2; }
a { background-color: rgb(1,143,162); }
div.DivClassName
{
background-color: #018FA2;
}
.BgClassName
{
background-color: #018FA2;
}
</style>
border-color css
<style>
span { border-color: #018FA2; }
span { border-color: rgb(1,143,162); }
td.TdClassName
{
border-color: #018FA2;
}
.TagClassName
{
border-color: #018FA2;
}
</style>