Shades of Eastern Blue #078AA3
Tints of Eastern Blue #078AA3
RGB
CMYK
RGB Variations
Color information
#078AA3 (or 0x078AA3) is known color: Eastern Blue. HEX triplet: 07, 8A and A3. RGB value is (7,138,163). Sum of RGB (Red+Green+Blue) = 7+138+163=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #078AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AA3 is #F8755C. Grayscale: #656565. Windows color (decimal): -16282973 or 10717703. OLE color: 10717703.
HSL color Cylindrical-coordinate representation of color #078AA3: hue angle of 189.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078AA3 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 138 | 163 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.36 |
| HSL | 189.62º | 0.92% | 0.33% | - |
| HSV(B) | 189.62º | 0.96% | 0.64% | - |
| XYZ | 15.79 | 20.87 | 37.85 | - |
| YUV | 101.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 163 | 0.96 | 0.15 | 0 | 0.36 | 189.62 | 0.92 | 0.33 |
| Hex | 7 | 8A | A3 | 60 | F | 0 | 24 | BE | 5C | 21 |
| Octal | 7 | 212 | 243 | 140 | 17 | 0 | 44 | 276 | 134 | 41 |
| Binary | 111 | 10001010 | 10100011 | 1100000 | 1111 | 0 | 100100 | 10111110 | 1011100 | 100001 |
Color Harmonies of #078AA3
Complementary color
Monochromatic Colors of #078AA3
Black with #078AA3
Text Example
Text Example
White with #078AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AA3; }
p { color: rgb(7,138,163); }
H1.HeaderClassName
{
color: #078AA3;
}
.AnyTagClassName
{
color: #078AA3;
}
</style>
background-color css
<style>
a { background-color: #078AA3; }
a { background-color: rgb(7,138,163); }
div.DivClassName
{
background-color: #078AA3;
}
.BgClassName
{
background-color: #078AA3;
}
</style>
border-color css
<style>
span { border-color: #078AA3; }
span { border-color: rgb(7,138,163); }
td.TdClassName
{
border-color: #078AA3;
}
.TagClassName
{
border-color: #078AA3;
}
</style>