Shades of Eastern Blue #00849B
Tints of Eastern Blue #00849B
RGB
CMYK
RGB Variations
Color information
#00849B (or 0x00849B) is known color: Eastern Blue. HEX triplet: 00, 84 and 9B. RGB value is (0,132,155). Sum of RGB (Red+Green+Blue) = 0+132+155=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #00849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00849B is #FF7B64. Grayscale: #5E5E5E. Windows color (decimal): -16743269 or 10191872. OLE color: 10191872.
HSL color Cylindrical-coordinate representation of color #00849B: hue angle of 188.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00849B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 132 | 155 | - |
| CMYK | 1 | 0.15 | 0 | 0.39 |
| HSL | 188.9º | 1% | 0.3% | - |
| HSV(B) | 188.9º | 1% | 0.61% | - |
| XYZ | 14.17 | 18.87 | 33.91 | - |
| YUV | 95.15 | 161.77 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 155 | 1 | 0.15 | 0 | 0.39 | 188.9 | 1 | 0.3 |
| Hex | 0 | 84 | 9B | 64 | F | 0 | 27 | BD | 64 | 1E |
| Octal | 0 | 204 | 233 | 144 | 17 | 0 | 47 | 275 | 144 | 36 |
| Binary | 0 | 10000100 | 10011011 | 1100100 | 1111 | 0 | 100111 | 10111101 | 1100100 | 11110 |
Color Harmonies of #00849B
Complementary color
Monochromatic Colors of #00849B
Black with #00849B
Text Example
Text Example
White with #00849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00849B; }
p { color: rgb(0,132,155); }
H1.HeaderClassName
{
color: #00849B;
}
.AnyTagClassName
{
color: #00849B;
}
</style>
background-color css
<style>
a { background-color: #00849B; }
a { background-color: rgb(0,132,155); }
div.DivClassName
{
background-color: #00849B;
}
.BgClassName
{
background-color: #00849B;
}
</style>
border-color css
<style>
span { border-color: #00849B; }
span { border-color: rgb(0,132,155); }
td.TdClassName
{
border-color: #00849B;
}
.TagClassName
{
border-color: #00849B;
}
</style>