Shades of Eastern Blue #027F9C
Tints of Eastern Blue #027F9C
RGB
CMYK
RGB Variations
Color information
#027F9C (or 0x027F9C) is known color: Eastern Blue. HEX triplet: 02, 7F and 9C. RGB value is (2,127,156). Sum of RGB (Red+Green+Blue) = 2+127+156=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #027F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F9C is #FD8063. Grayscale: #5C5C5C. Windows color (decimal): -16613476 or 10256130. OLE color: 10256130.
HSL color Cylindrical-coordinate representation of color #027F9C: hue angle of 191.3º 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 #027F9C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 127 | 156 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.39 |
| HSL | 191.3º | 0.97% | 0.31% | - |
| HSV(B) | 191.3º | 0.99% | 0.61% | - |
| XYZ | 13.62 | 17.59 | 34.13 | - |
| YUV | 92.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 156 | 0.99 | 0.19 | 0 | 0.39 | 191.3 | 0.97 | 0.31 |
| Hex | 2 | 7F | 9C | 63 | 13 | 0 | 27 | BF | 61 | 1F |
| Octal | 2 | 177 | 234 | 143 | 23 | 0 | 47 | 277 | 141 | 37 |
| Binary | 10 | 1111111 | 10011100 | 1100011 | 10011 | 0 | 100111 | 10111111 | 1100001 | 11111 |
Color Harmonies of #027F9C
Complementary color
Monochromatic Colors of #027F9C
Black with #027F9C
Text Example
Text Example
White with #027F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F9C; }
p { color: rgb(2,127,156); }
H1.HeaderClassName
{
color: #027F9C;
}
.AnyTagClassName
{
color: #027F9C;
}
</style>
background-color css
<style>
a { background-color: #027F9C; }
a { background-color: rgb(2,127,156); }
div.DivClassName
{
background-color: #027F9C;
}
.BgClassName
{
background-color: #027F9C;
}
</style>
border-color css
<style>
span { border-color: #027F9C; }
span { border-color: rgb(2,127,156); }
td.TdClassName
{
border-color: #027F9C;
}
.TagClassName
{
border-color: #027F9C;
}
</style>