Shades of Eastern Blue #078AA4
Tints of Eastern Blue #078AA4
RGB
CMYK
RGB Variations
Color information
#078AA4 (or 0x078AA4) is known color: Eastern Blue. HEX triplet: 07, 8A and A4. RGB value is (7,138,164). Sum of RGB (Red+Green+Blue) = 7+138+164=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #078AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AA4 is #F8755B. Grayscale: #656565. Windows color (decimal): -16282972 or 10783239. OLE color: 10783239.
HSL color Cylindrical-coordinate representation of color #078AA4: hue angle of 189.94º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AA4 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 138 | 164 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.36 |
| HSL | 189.94º | 0.92% | 0.34% | - |
| HSV(B) | 189.94º | 0.96% | 0.64% | - |
| XYZ | 15.88 | 20.9 | 38.32 | - |
| YUV | 101.8 | 163.1 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 164 | 0.96 | 0.16 | 0 | 0.36 | 189.94 | 0.92 | 0.34 |
| Hex | 7 | 8A | A4 | 60 | 10 | 0 | 24 | BE | 5C | 22 |
| Octal | 7 | 212 | 244 | 140 | 20 | 0 | 44 | 276 | 134 | 42 |
| Binary | 111 | 10001010 | 10100100 | 1100000 | 10000 | 0 | 100100 | 10111110 | 1011100 | 100010 |
Color Harmonies of #078AA4
Complementary color
Monochromatic Colors of #078AA4
Black with #078AA4
Text Example
Text Example
White with #078AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AA4; }
p { color: rgb(7,138,164); }
H1.HeaderClassName
{
color: #078AA4;
}
.AnyTagClassName
{
color: #078AA4;
}
</style>
background-color css
<style>
a { background-color: #078AA4; }
a { background-color: rgb(7,138,164); }
div.DivClassName
{
background-color: #078AA4;
}
.BgClassName
{
background-color: #078AA4;
}
</style>
border-color css
<style>
span { border-color: #078AA4; }
span { border-color: rgb(7,138,164); }
td.TdClassName
{
border-color: #078AA4;
}
.TagClassName
{
border-color: #078AA4;
}
</style>