Shades of Eastern Blue #127793
Tints of Eastern Blue #127793
RGB
CMYK
RGB Variations
Color information
#127793 (or 0x127793) is known color: Eastern Blue. HEX triplet: 12, 77 and 93. RGB value is (18,119,147). Sum of RGB (Red+Green+Blue) = 18+119+147=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #127793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127793 is #ED886C. Grayscale: #5B5B5B. Windows color (decimal): -15566957 or 9664274. OLE color: 9664274.
HSL color Cylindrical-coordinate representation of color #127793: hue angle of 193.02º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127793 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 119 | 147 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.42 |
| HSL | 193.02º | 0.78% | 0.32% | - |
| HSV(B) | 193.02º | 0.88% | 0.58% | - |
| XYZ | 12.11 | 15.43 | 29.94 | - |
| YUV | 91.99 | 159.04 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 147 | 0.88 | 0.19 | 0 | 0.42 | 193.02 | 0.78 | 0.32 |
| Hex | 12 | 77 | 93 | 58 | 13 | 0 | 2A | C1 | 4E | 20 |
| Octal | 22 | 167 | 223 | 130 | 23 | 0 | 52 | 301 | 116 | 40 |
| Binary | 10010 | 1110111 | 10010011 | 1011000 | 10011 | 0 | 101010 | 11000001 | 1001110 | 100000 |
Color Harmonies of #127793
Complementary color
Monochromatic Colors of #127793
Black with #127793
Text Example
Text Example
White with #127793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127793; }
p { color: rgb(18,119,147); }
H1.HeaderClassName
{
color: #127793;
}
.AnyTagClassName
{
color: #127793;
}
</style>
background-color css
<style>
a { background-color: #127793; }
a { background-color: rgb(18,119,147); }
div.DivClassName
{
background-color: #127793;
}
.BgClassName
{
background-color: #127793;
}
</style>
border-color css
<style>
span { border-color: #127793; }
span { border-color: rgb(18,119,147); }
td.TdClassName
{
border-color: #127793;
}
.TagClassName
{
border-color: #127793;
}
</style>