Shades of Eastern Blue #008FA2
Tints of Eastern Blue #008FA2
RGB
CMYK
RGB Variations
Color information
#008FA2 (or 0x008FA2) is known color: Eastern Blue. HEX triplet: 00, 8F and A2. RGB value is (0,143,162). Sum of RGB (Red+Green+Blue) = 0+143+162=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #008FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FA2 is #FF705D. Grayscale: #666666. Windows color (decimal): -16740446 or 10653440. OLE color: 10653440.
HSL color Cylindrical-coordinate representation of color #008FA2: hue angle of 187.04º 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 #008FA2 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 143 | 162 | - |
| CMYK | 1 | 0.12 | 0 | 0.36 |
| HSL | 187.04º | 1% | 0.32% | - |
| HSV(B) | 187.04º | 1% | 0.64% | - |
| XYZ | 16.34 | 22.25 | 37.62 | - |
| YUV | 102.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 162 | 1 | 0.12 | 0 | 0.36 | 187.04 | 1 | 0.32 |
| Hex | 0 | 8F | A2 | 64 | C | 0 | 24 | BB | 64 | 20 |
| Octal | 0 | 217 | 242 | 144 | 14 | 0 | 44 | 273 | 144 | 40 |
| Binary | 0 | 10001111 | 10100010 | 1100100 | 1100 | 0 | 100100 | 10111011 | 1100100 | 100000 |
Color Harmonies of #008FA2
Complementary color
Monochromatic Colors of #008FA2
Black with #008FA2
Text Example
Text Example
White with #008FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FA2; }
p { color: rgb(0,143,162); }
H1.HeaderClassName
{
color: #008FA2;
}
.AnyTagClassName
{
color: #008FA2;
}
</style>
background-color css
<style>
a { background-color: #008FA2; }
a { background-color: rgb(0,143,162); }
div.DivClassName
{
background-color: #008FA2;
}
.BgClassName
{
background-color: #008FA2;
}
</style>
border-color css
<style>
span { border-color: #008FA2; }
span { border-color: rgb(0,143,162); }
td.TdClassName
{
border-color: #008FA2;
}
.TagClassName
{
border-color: #008FA2;
}
</style>