Shades of Eastern Blue #008195
Tints of Eastern Blue #008195
RGB
CMYK
RGB Variations
Color information
#008195 (or 0x008195) is known color: Eastern Blue. HEX triplet: 00, 81 and 95. RGB value is (0,129,149). Sum of RGB (Red+Green+Blue) = 0+129+149=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #008195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008195 is #FF7E6A. Grayscale: #5C5C5C. Windows color (decimal): -16744043 or 9797888. OLE color: 9797888.
HSL color Cylindrical-coordinate representation of color #008195: hue angle of 188.05º 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 #008195 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 129 | 149 | - |
| CMYK | 1 | 0.13 | 0 | 0.42 |
| HSL | 188.05º | 1% | 0.29% | - |
| HSV(B) | 188.05º | 1% | 0.58% | - |
| XYZ | 13.28 | 17.87 | 31.18 | - |
| YUV | 92.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 149 | 1 | 0.13 | 0 | 0.42 | 188.05 | 1 | 0.29 |
| Hex | 0 | 81 | 95 | 64 | D | 0 | 2A | BC | 64 | 1D |
| Octal | 0 | 201 | 225 | 144 | 15 | 0 | 52 | 274 | 144 | 35 |
| Binary | 0 | 10000001 | 10010101 | 1100100 | 1101 | 0 | 101010 | 10111100 | 1100100 | 11101 |
Color Harmonies of #008195
Complementary color
Monochromatic Colors of #008195
Black with #008195
Text Example
Text Example
White with #008195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008195; }
p { color: rgb(0,129,149); }
H1.HeaderClassName
{
color: #008195;
}
.AnyTagClassName
{
color: #008195;
}
</style>
background-color css
<style>
a { background-color: #008195; }
a { background-color: rgb(0,129,149); }
div.DivClassName
{
background-color: #008195;
}
.BgClassName
{
background-color: #008195;
}
</style>
border-color css
<style>
span { border-color: #008195; }
span { border-color: rgb(0,129,149); }
td.TdClassName
{
border-color: #008195;
}
.TagClassName
{
border-color: #008195;
}
</style>