Shades of Eastern Blue #018CA5
Tints of Eastern Blue #018CA5
RGB
CMYK
RGB Variations
Color information
#018CA5 (or 0x018CA5) is known color: Eastern Blue. HEX triplet: 01, 8C and A5. RGB value is (1,140,165). Sum of RGB (Red+Green+Blue) = 1+140+165=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #018CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CA5 is #FE735A. Grayscale: #656565. Windows color (decimal): -16675675 or 10849281. OLE color: 10849281.
HSL color Cylindrical-coordinate representation of color #018CA5: hue angle of 189.15º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CA5 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 140 | 165 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.35 |
| HSL | 189.15º | 0.99% | 0.33% | - |
| HSV(B) | 189.15º | 0.99% | 0.65% | - |
| XYZ | 16.18 | 21.48 | 38.89 | - |
| YUV | 101.29 | 163.95 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 165 | 0.99 | 0.15 | 0 | 0.35 | 189.15 | 0.99 | 0.33 |
| Hex | 1 | 8C | A5 | 63 | F | 0 | 23 | BD | 63 | 21 |
| Octal | 1 | 214 | 245 | 143 | 17 | 0 | 43 | 275 | 143 | 41 |
| Binary | 1 | 10001100 | 10100101 | 1100011 | 1111 | 0 | 100011 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018CA5
Complementary color
Monochromatic Colors of #018CA5
Black with #018CA5
Text Example
Text Example
White with #018CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CA5; }
p { color: rgb(1,140,165); }
H1.HeaderClassName
{
color: #018CA5;
}
.AnyTagClassName
{
color: #018CA5;
}
</style>
background-color css
<style>
a { background-color: #018CA5; }
a { background-color: rgb(1,140,165); }
div.DivClassName
{
background-color: #018CA5;
}
.BgClassName
{
background-color: #018CA5;
}
</style>
border-color css
<style>
span { border-color: #018CA5; }
span { border-color: rgb(1,140,165); }
td.TdClassName
{
border-color: #018CA5;
}
.TagClassName
{
border-color: #018CA5;
}
</style>