Shades of Eastern Blue #127B98
Tints of Eastern Blue #127B98
RGB
CMYK
RGB Variations
Color information
#127B98 (or 0x127B98) is known color: Eastern Blue. HEX triplet: 12, 7B and 98. RGB value is (18,123,152). Sum of RGB (Red+Green+Blue) = 18+123+152=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #127B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B98 is #ED8467. Grayscale: #5E5E5E. Windows color (decimal): -15565928 or 9992978. OLE color: 9992978.
HSL color Cylindrical-coordinate representation of color #127B98: hue angle of 192.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127B98 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 123 | 152 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.40 |
| HSL | 192.99º | 0.79% | 0.33% | - |
| HSV(B) | 192.99º | 0.88% | 0.6% | - |
| XYZ | 13 | 16.56 | 32.22 | - |
| YUV | 94.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 152 | 0.88 | 0.19 | 0 | 0.40 | 192.99 | 0.79 | 0.33 |
| Hex | 12 | 7B | 98 | 58 | 13 | 0 | 28 | C1 | 4F | 21 |
| Octal | 22 | 173 | 230 | 130 | 23 | 0 | 50 | 301 | 117 | 41 |
| Binary | 10010 | 1111011 | 10011000 | 1011000 | 10011 | 0 | 101000 | 11000001 | 1001111 | 100001 |
Color Harmonies of #127B98
Complementary color
Monochromatic Colors of #127B98
Black with #127B98
Text Example
Text Example
White with #127B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B98; }
p { color: rgb(18,123,152); }
H1.HeaderClassName
{
color: #127B98;
}
.AnyTagClassName
{
color: #127B98;
}
</style>
background-color css
<style>
a { background-color: #127B98; }
a { background-color: rgb(18,123,152); }
div.DivClassName
{
background-color: #127B98;
}
.BgClassName
{
background-color: #127B98;
}
</style>
border-color css
<style>
span { border-color: #127B98; }
span { border-color: rgb(18,123,152); }
td.TdClassName
{
border-color: #127B98;
}
.TagClassName
{
border-color: #127B98;
}
</style>