Shades of Eastern Blue #02949A
Tints of Eastern Blue #02949A
RGB
CMYK
RGB Variations
Color information
#02949A (or 0x02949A) is known color: Eastern Blue. HEX triplet: 02, 94 and 9A. RGB value is (2,148,154). Sum of RGB (Red+Green+Blue) = 2+148+154=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #02949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02949A is #FD6B65. Grayscale: #686868. Windows color (decimal): -16608102 or 10130434. OLE color: 10130434.
HSL color Cylindrical-coordinate representation of color #02949A: hue angle of 182.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02949A is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 148 | 154 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.40 |
| HSL | 182.37º | 0.97% | 0.31% | - |
| HSV(B) | 182.37º | 0.99% | 0.6% | - |
| XYZ | 16.45 | 23.53 | 34.25 | - |
| YUV | 105.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 154 | 0.99 | 0.04 | 0 | 0.40 | 182.37 | 0.97 | 0.31 |
| Hex | 2 | 94 | 9A | 63 | 4 | 0 | 28 | B6 | 61 | 1F |
| Octal | 2 | 224 | 232 | 143 | 4 | 0 | 50 | 266 | 141 | 37 |
| Binary | 10 | 10010100 | 10011010 | 1100011 | 100 | 0 | 101000 | 10110110 | 1100001 | 11111 |
Color Harmonies of #02949A
Complementary color
Monochromatic Colors of #02949A
Black with #02949A
Text Example
Text Example
White with #02949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02949A; }
p { color: rgb(2,148,154); }
H1.HeaderClassName
{
color: #02949A;
}
.AnyTagClassName
{
color: #02949A;
}
</style>
background-color css
<style>
a { background-color: #02949A; }
a { background-color: rgb(2,148,154); }
div.DivClassName
{
background-color: #02949A;
}
.BgClassName
{
background-color: #02949A;
}
</style>
border-color css
<style>
span { border-color: #02949A; }
span { border-color: rgb(2,148,154); }
td.TdClassName
{
border-color: #02949A;
}
.TagClassName
{
border-color: #02949A;
}
</style>