Shades of Eastern Blue #02919C
Tints of Eastern Blue #02919C
RGB
CMYK
RGB Variations
Color information
#02919C (or 0x02919C) is known color: Eastern Blue. HEX triplet: 02, 91 and 9C. RGB value is (2,145,156). Sum of RGB (Red+Green+Blue) = 2+145+156=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #02919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02919C is #FD6E63. Grayscale: #676767. Windows color (decimal): -16608868 or 10260738. OLE color: 10260738.
HSL color Cylindrical-coordinate representation of color #02919C: hue angle of 184.29º 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 #02919C is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 145 | 156 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.39 |
| HSL | 184.29º | 0.97% | 0.31% | - |
| HSV(B) | 184.29º | 0.99% | 0.61% | - |
| XYZ | 16.15 | 22.66 | 34.98 | - |
| YUV | 103.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 156 | 0.99 | 0.07 | 0 | 0.39 | 184.29 | 0.97 | 0.31 |
| Hex | 2 | 91 | 9C | 63 | 7 | 0 | 27 | B8 | 61 | 1F |
| Octal | 2 | 221 | 234 | 143 | 7 | 0 | 47 | 270 | 141 | 37 |
| Binary | 10 | 10010001 | 10011100 | 1100011 | 111 | 0 | 100111 | 10111000 | 1100001 | 11111 |
Color Harmonies of #02919C
Complementary color
Monochromatic Colors of #02919C
Black with #02919C
Text Example
Text Example
White with #02919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02919C; }
p { color: rgb(2,145,156); }
H1.HeaderClassName
{
color: #02919C;
}
.AnyTagClassName
{
color: #02919C;
}
</style>
background-color css
<style>
a { background-color: #02919C; }
a { background-color: rgb(2,145,156); }
div.DivClassName
{
background-color: #02919C;
}
.BgClassName
{
background-color: #02919C;
}
</style>
border-color css
<style>
span { border-color: #02919C; }
span { border-color: rgb(2,145,156); }
td.TdClassName
{
border-color: #02919C;
}
.TagClassName
{
border-color: #02919C;
}
</style>