Shades of Eastern Blue #02748F
Tints of Eastern Blue #02748F
RGB
CMYK
RGB Variations
Color information
#02748F (or 0x02748F) is known color: Eastern Blue. HEX triplet: 02, 74 and 8F. RGB value is (2,116,143). Sum of RGB (Red+Green+Blue) = 2+116+143=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #02748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02748F is #FD8B70. Grayscale: #545454. Windows color (decimal): -16616305 or 9401346. OLE color: 9401346.
HSL color Cylindrical-coordinate representation of color #02748F: hue angle of 191.49º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02748F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 116 | 143 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.44 |
| HSL | 191.49º | 0.97% | 0.28% | - |
| HSV(B) | 191.49º | 0.99% | 0.56% | - |
| XYZ | 11.23 | 14.49 | 28.19 | - |
| YUV | 84.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 143 | 0.99 | 0.19 | 0 | 0.44 | 191.49 | 0.97 | 0.28 |
| Hex | 2 | 74 | 8F | 63 | 13 | 0 | 2C | BF | 61 | 1C |
| Octal | 2 | 164 | 217 | 143 | 23 | 0 | 54 | 277 | 141 | 34 |
| Binary | 10 | 1110100 | 10001111 | 1100011 | 10011 | 0 | 101100 | 10111111 | 1100001 | 11100 |
Color Harmonies of #02748F
Complementary color
Monochromatic Colors of #02748F
Black with #02748F
Text Example
Text Example
White with #02748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02748F; }
p { color: rgb(2,116,143); }
H1.HeaderClassName
{
color: #02748F;
}
.AnyTagClassName
{
color: #02748F;
}
</style>
background-color css
<style>
a { background-color: #02748F; }
a { background-color: rgb(2,116,143); }
div.DivClassName
{
background-color: #02748F;
}
.BgClassName
{
background-color: #02748F;
}
</style>
border-color css
<style>
span { border-color: #02748F; }
span { border-color: rgb(2,116,143); }
td.TdClassName
{
border-color: #02748F;
}
.TagClassName
{
border-color: #02748F;
}
</style>