Shades of Eastern Blue #127994
Tints of Eastern Blue #127994
RGB
CMYK
RGB Variations
Color information
#127994 (or 0x127994) is known color: Eastern Blue. HEX triplet: 12, 79 and 94. RGB value is (18,121,148). Sum of RGB (Red+Green+Blue) = 18+121+148=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #127994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127994 is #ED866B. Grayscale: #5D5D5D. Windows color (decimal): -15566444 or 9730322. OLE color: 9730322.
HSL color Cylindrical-coordinate representation of color #127994: hue angle of 192.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127994 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 121 | 148 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.42 |
| HSL | 192.46º | 0.78% | 0.33% | - |
| HSV(B) | 192.46º | 0.88% | 0.58% | - |
| XYZ | 12.43 | 15.94 | 30.44 | - |
| YUV | 93.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 148 | 0.88 | 0.18 | 0 | 0.42 | 192.46 | 0.78 | 0.33 |
| Hex | 12 | 79 | 94 | 58 | 12 | 0 | 2A | C0 | 4E | 21 |
| Octal | 22 | 171 | 224 | 130 | 22 | 0 | 52 | 300 | 116 | 41 |
| Binary | 10010 | 1111001 | 10010100 | 1011000 | 10010 | 0 | 101010 | 11000000 | 1001110 | 100001 |
Color Harmonies of #127994
Complementary color
Monochromatic Colors of #127994
Black with #127994
Text Example
Text Example
White with #127994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127994; }
p { color: rgb(18,121,148); }
H1.HeaderClassName
{
color: #127994;
}
.AnyTagClassName
{
color: #127994;
}
</style>
background-color css
<style>
a { background-color: #127994; }
a { background-color: rgb(18,121,148); }
div.DivClassName
{
background-color: #127994;
}
.BgClassName
{
background-color: #127994;
}
</style>
border-color css
<style>
span { border-color: #127994; }
span { border-color: rgb(18,121,148); }
td.TdClassName
{
border-color: #127994;
}
.TagClassName
{
border-color: #127994;
}
</style>