Shades of Eastern Blue #018CA3
Tints of Eastern Blue #018CA3
RGB
CMYK
RGB Variations
Color information
#018CA3 (or 0x018CA3) is known color: Eastern Blue. HEX triplet: 01, 8C and A3. RGB value is (1,140,163). Sum of RGB (Red+Green+Blue) = 1+140+163=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #018CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CA3 is #FE735C. Grayscale: #646464. Windows color (decimal): -16675677 or 10718209. OLE color: 10718209.
HSL color Cylindrical-coordinate representation of color #018CA3: hue angle of 188.52º 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 #018CA3 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 140 | 163 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.36 |
| HSL | 188.52º | 0.99% | 0.32% | - |
| HSV(B) | 188.52º | 0.99% | 0.64% | - |
| XYZ | 16 | 21.41 | 37.94 | - |
| YUV | 101.06 | 162.95 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 163 | 0.99 | 0.14 | 0 | 0.36 | 188.52 | 0.99 | 0.32 |
| Hex | 1 | 8C | A3 | 63 | E | 0 | 24 | BD | 63 | 20 |
| Octal | 1 | 214 | 243 | 143 | 16 | 0 | 44 | 275 | 143 | 40 |
| Binary | 1 | 10001100 | 10100011 | 1100011 | 1110 | 0 | 100100 | 10111101 | 1100011 | 100000 |
Color Harmonies of #018CA3
Complementary color
Monochromatic Colors of #018CA3
Black with #018CA3
Text Example
Text Example
White with #018CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CA3; }
p { color: rgb(1,140,163); }
H1.HeaderClassName
{
color: #018CA3;
}
.AnyTagClassName
{
color: #018CA3;
}
</style>
background-color css
<style>
a { background-color: #018CA3; }
a { background-color: rgb(1,140,163); }
div.DivClassName
{
background-color: #018CA3;
}
.BgClassName
{
background-color: #018CA3;
}
</style>
border-color css
<style>
span { border-color: #018CA3; }
span { border-color: rgb(1,140,163); }
td.TdClassName
{
border-color: #018CA3;
}
.TagClassName
{
border-color: #018CA3;
}
</style>