Shades of Eastern Blue #02829C
Tints of Eastern Blue #02829C
RGB
CMYK
RGB Variations
Color information
#02829C (or 0x02829C) is known color: Eastern Blue. HEX triplet: 02, 82 and 9C. RGB value is (2,130,156). Sum of RGB (Red+Green+Blue) = 2+130+156=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #02829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02829C is #FD7D63. Grayscale: #5E5E5E. Windows color (decimal): -16612708 or 10256898. OLE color: 10256898.
HSL color Cylindrical-coordinate representation of color #02829C: hue angle of 190.13º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02829C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 130 | 156 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.39 |
| HSL | 190.13º | 0.97% | 0.31% | - |
| HSV(B) | 190.13º | 0.99% | 0.61% | - |
| XYZ | 14.01 | 18.38 | 34.26 | - |
| YUV | 94.69 | 162.59 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 156 | 0.99 | 0.17 | 0 | 0.39 | 190.13 | 0.97 | 0.31 |
| Hex | 2 | 82 | 9C | 63 | 11 | 0 | 27 | BE | 61 | 1F |
| Octal | 2 | 202 | 234 | 143 | 21 | 0 | 47 | 276 | 141 | 37 |
| Binary | 10 | 10000010 | 10011100 | 1100011 | 10001 | 0 | 100111 | 10111110 | 1100001 | 11111 |
Color Harmonies of #02829C
Complementary color
Monochromatic Colors of #02829C
Black with #02829C
Text Example
Text Example
White with #02829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02829C; }
p { color: rgb(2,130,156); }
H1.HeaderClassName
{
color: #02829C;
}
.AnyTagClassName
{
color: #02829C;
}
</style>
background-color css
<style>
a { background-color: #02829C; }
a { background-color: rgb(2,130,156); }
div.DivClassName
{
background-color: #02829C;
}
.BgClassName
{
background-color: #02829C;
}
</style>
border-color css
<style>
span { border-color: #02829C; }
span { border-color: rgb(2,130,156); }
td.TdClassName
{
border-color: #02829C;
}
.TagClassName
{
border-color: #02829C;
}
</style>