Shades of Eastern Blue #027D9C
Tints of Eastern Blue #027D9C
RGB
CMYK
RGB Variations
Color information
#027D9C (or 0x027D9C) is known color: Eastern Blue. HEX triplet: 02, 7D and 9C. RGB value is (2,125,156). Sum of RGB (Red+Green+Blue) = 2+125+156=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #027D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D9C is #FD8263. Grayscale: #5B5B5B. Windows color (decimal): -16613988 or 10255618. OLE color: 10255618.
HSL color Cylindrical-coordinate representation of color #027D9C: hue angle of 192.08º 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 #027D9C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 125 | 156 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.39 |
| HSL | 192.08º | 0.97% | 0.31% | - |
| HSV(B) | 192.08º | 0.99% | 0.61% | - |
| XYZ | 13.36 | 17.08 | 34.05 | - |
| YUV | 91.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 156 | 0.99 | 0.20 | 0 | 0.39 | 192.08 | 0.97 | 0.31 |
| Hex | 2 | 7D | 9C | 63 | 14 | 0 | 27 | C0 | 61 | 1F |
| Octal | 2 | 175 | 234 | 143 | 24 | 0 | 47 | 300 | 141 | 37 |
| Binary | 10 | 1111101 | 10011100 | 1100011 | 10100 | 0 | 100111 | 11000000 | 1100001 | 11111 |
Color Harmonies of #027D9C
Complementary color
Monochromatic Colors of #027D9C
Black with #027D9C
Text Example
Text Example
White with #027D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D9C; }
p { color: rgb(2,125,156); }
H1.HeaderClassName
{
color: #027D9C;
}
.AnyTagClassName
{
color: #027D9C;
}
</style>
background-color css
<style>
a { background-color: #027D9C; }
a { background-color: rgb(2,125,156); }
div.DivClassName
{
background-color: #027D9C;
}
.BgClassName
{
background-color: #027D9C;
}
</style>
border-color css
<style>
span { border-color: #027D9C; }
span { border-color: rgb(2,125,156); }
td.TdClassName
{
border-color: #027D9C;
}
.TagClassName
{
border-color: #027D9C;
}
</style>