Shades of Eastern Blue #127990
Tints of Eastern Blue #127990
RGB
CMYK
RGB Variations
Color information
#127990 (or 0x127990) is known color: Eastern Blue. HEX triplet: 12, 79 and 90. RGB value is (18,121,144). Sum of RGB (Red+Green+Blue) = 18+121+144=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #127990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127990 is #ED866F. Grayscale: #5C5C5C. Windows color (decimal): -15566448 or 9468178. OLE color: 9468178.
HSL color Cylindrical-coordinate representation of color #127990: hue angle of 190.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127990 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 121 | 144 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.44 |
| HSL | 190.95º | 0.78% | 0.32% | - |
| HSV(B) | 190.95º | 0.88% | 0.56% | - |
| XYZ | 12.12 | 15.82 | 28.8 | - |
| YUV | 92.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 144 | 0.88 | 0.16 | 0 | 0.44 | 190.95 | 0.78 | 0.32 |
| Hex | 12 | 79 | 90 | 58 | 10 | 0 | 2C | BF | 4E | 20 |
| Octal | 22 | 171 | 220 | 130 | 20 | 0 | 54 | 277 | 116 | 40 |
| Binary | 10010 | 1111001 | 10010000 | 1011000 | 10000 | 0 | 101100 | 10111111 | 1001110 | 100000 |
Color Harmonies of #127990
Complementary color
Monochromatic Colors of #127990
Black with #127990
Text Example
Text Example
White with #127990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127990; }
p { color: rgb(18,121,144); }
H1.HeaderClassName
{
color: #127990;
}
.AnyTagClassName
{
color: #127990;
}
</style>
background-color css
<style>
a { background-color: #127990; }
a { background-color: rgb(18,121,144); }
div.DivClassName
{
background-color: #127990;
}
.BgClassName
{
background-color: #127990;
}
</style>
border-color css
<style>
span { border-color: #127990; }
span { border-color: rgb(18,121,144); }
td.TdClassName
{
border-color: #127990;
}
.TagClassName
{
border-color: #127990;
}
</style>