Shades of Eastern Blue #008CA5
Tints of Eastern Blue #008CA5
RGB
CMYK
RGB Variations
Color information
#008CA5 (or 0x008CA5) is known color: Eastern Blue. HEX triplet: 00, 8C and A5. RGB value is (0,140,165). Sum of RGB (Red+Green+Blue) = 0+140+165=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #008CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA5 is #FF735A. Grayscale: #646464. Windows color (decimal): -16741211 or 10849280. OLE color: 10849280.
HSL color Cylindrical-coordinate representation of color #008CA5: hue angle of 189.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CA5 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 140 | 165 | - |
| CMYK | 1 | 0.15 | 0 | 0.35 |
| HSL | 189.09º | 1% | 0.32% | - |
| HSV(B) | 189.09º | 1% | 0.65% | - |
| XYZ | 16.17 | 21.47 | 38.89 | - |
| YUV | 100.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 165 | 1 | 0.15 | 0 | 0.35 | 189.09 | 1 | 0.32 |
| Hex | 0 | 8C | A5 | 64 | F | 0 | 23 | BD | 64 | 20 |
| Octal | 0 | 214 | 245 | 144 | 17 | 0 | 43 | 275 | 144 | 40 |
| Binary | 0 | 10001100 | 10100101 | 1100100 | 1111 | 0 | 100011 | 10111101 | 1100100 | 100000 |
Color Harmonies of #008CA5
Complementary color
Monochromatic Colors of #008CA5
Black with #008CA5
Text Example
Text Example
White with #008CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CA5; }
p { color: rgb(0,140,165); }
H1.HeaderClassName
{
color: #008CA5;
}
.AnyTagClassName
{
color: #008CA5;
}
</style>
background-color css
<style>
a { background-color: #008CA5; }
a { background-color: rgb(0,140,165); }
div.DivClassName
{
background-color: #008CA5;
}
.BgClassName
{
background-color: #008CA5;
}
</style>
border-color css
<style>
span { border-color: #008CA5; }
span { border-color: rgb(0,140,165); }
td.TdClassName
{
border-color: #008CA5;
}
.TagClassName
{
border-color: #008CA5;
}
</style>