Shades of Eastern Blue #008194
Tints of Eastern Blue #008194
RGB
CMYK
RGB Variations
Color information
#008194 (or 0x008194) is known color: Eastern Blue. HEX triplet: 00, 81 and 94. RGB value is (0,129,148). Sum of RGB (Red+Green+Blue) = 0+129+148=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #008194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008194 is #FF7E6B. Grayscale: #5C5C5C. Windows color (decimal): -16744044 or 9732352. OLE color: 9732352.
HSL color Cylindrical-coordinate representation of color #008194: hue angle of 187.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008194 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 129 | 148 | - |
| CMYK | 1 | 0.13 | 0 | 0.42 |
| HSL | 187.7º | 1% | 0.29% | - |
| HSV(B) | 187.7º | 1% | 0.58% | - |
| XYZ | 13.2 | 17.84 | 30.76 | - |
| YUV | 92.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 148 | 1 | 0.13 | 0 | 0.42 | 187.7 | 1 | 0.29 |
| Hex | 0 | 81 | 94 | 64 | D | 0 | 2A | BC | 64 | 1D |
| Octal | 0 | 201 | 224 | 144 | 15 | 0 | 52 | 274 | 144 | 35 |
| Binary | 0 | 10000001 | 10010100 | 1100100 | 1101 | 0 | 101010 | 10111100 | 1100100 | 11101 |
Color Harmonies of #008194
Complementary color
Monochromatic Colors of #008194
Black with #008194
Text Example
Text Example
White with #008194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008194; }
p { color: rgb(0,129,148); }
H1.HeaderClassName
{
color: #008194;
}
.AnyTagClassName
{
color: #008194;
}
</style>
background-color css
<style>
a { background-color: #008194; }
a { background-color: rgb(0,129,148); }
div.DivClassName
{
background-color: #008194;
}
.BgClassName
{
background-color: #008194;
}
</style>
border-color css
<style>
span { border-color: #008194; }
span { border-color: rgb(0,129,148); }
td.TdClassName
{
border-color: #008194;
}
.TagClassName
{
border-color: #008194;
}
</style>