Shades of Eastern Blue #008CA4
Tints of Eastern Blue #008CA4
RGB
CMYK
RGB Variations
Color information
#008CA4 (or 0x008CA4) is known color: Eastern Blue. HEX triplet: 00, 8C and A4. RGB value is (0,140,164). Sum of RGB (Red+Green+Blue) = 0+140+164=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #008CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA4 is #FF735B. Grayscale: #646464. Windows color (decimal): -16741212 or 10783744. OLE color: 10783744.
HSL color Cylindrical-coordinate representation of color #008CA4: hue angle of 188.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CA4 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 140 | 164 | - |
| CMYK | 1 | 0.15 | 0 | 0.36 |
| HSL | 188.78º | 1% | 0.32% | - |
| HSV(B) | 188.78º | 1% | 0.64% | - |
| XYZ | 16.08 | 21.44 | 38.41 | - |
| YUV | 100.88 | 163.62 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 164 | 1 | 0.15 | 0 | 0.36 | 188.78 | 1 | 0.32 |
| Hex | 0 | 8C | A4 | 64 | F | 0 | 24 | BD | 64 | 20 |
| Octal | 0 | 214 | 244 | 144 | 17 | 0 | 44 | 275 | 144 | 40 |
| Binary | 0 | 10001100 | 10100100 | 1100100 | 1111 | 0 | 100100 | 10111101 | 1100100 | 100000 |
Color Harmonies of #008CA4
Complementary color
Monochromatic Colors of #008CA4
Black with #008CA4
Text Example
Text Example
White with #008CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CA4; }
p { color: rgb(0,140,164); }
H1.HeaderClassName
{
color: #008CA4;
}
.AnyTagClassName
{
color: #008CA4;
}
</style>
background-color css
<style>
a { background-color: #008CA4; }
a { background-color: rgb(0,140,164); }
div.DivClassName
{
background-color: #008CA4;
}
.BgClassName
{
background-color: #008CA4;
}
</style>
border-color css
<style>
span { border-color: #008CA4; }
span { border-color: rgb(0,140,164); }
td.TdClassName
{
border-color: #008CA4;
}
.TagClassName
{
border-color: #008CA4;
}
</style>