Shades of Eastern Blue #02829F
Tints of Eastern Blue #02829F
RGB
CMYK
RGB Variations
Color information
#02829F (or 0x02829F) is known color: Eastern Blue. HEX triplet: 02, 82 and 9F. RGB value is (2,130,159). Sum of RGB (Red+Green+Blue) = 2+130+159=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #02829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02829F is #FD7D60. Grayscale: #5E5E5E. Windows color (decimal): -16612705 or 10453506. OLE color: 10453506.
HSL color Cylindrical-coordinate representation of color #02829F: hue angle of 191.08º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02829F is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 130 | 159 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.38 |
| HSL | 191.08º | 0.98% | 0.32% | - |
| HSV(B) | 191.08º | 0.99% | 0.62% | - |
| XYZ | 14.27 | 18.48 | 35.62 | - |
| YUV | 95.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 159 | 0.99 | 0.18 | 0 | 0.38 | 191.08 | 0.98 | 0.32 |
| Hex | 2 | 82 | 9F | 63 | 12 | 0 | 26 | BF | 62 | 20 |
| Octal | 2 | 202 | 237 | 143 | 22 | 0 | 46 | 277 | 142 | 40 |
| Binary | 10 | 10000010 | 10011111 | 1100011 | 10010 | 0 | 100110 | 10111111 | 1100010 | 100000 |
Color Harmonies of #02829F
Complementary color
Monochromatic Colors of #02829F
Black with #02829F
Text Example
Text Example
White with #02829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02829F; }
p { color: rgb(2,130,159); }
H1.HeaderClassName
{
color: #02829F;
}
.AnyTagClassName
{
color: #02829F;
}
</style>
background-color css
<style>
a { background-color: #02829F; }
a { background-color: rgb(2,130,159); }
div.DivClassName
{
background-color: #02829F;
}
.BgClassName
{
background-color: #02829F;
}
</style>
border-color css
<style>
span { border-color: #02829F; }
span { border-color: rgb(2,130,159); }
td.TdClassName
{
border-color: #02829F;
}
.TagClassName
{
border-color: #02829F;
}
</style>