Shades of Eastern Blue #127B93
Tints of Eastern Blue #127B93
RGB
CMYK
RGB Variations
Color information
#127B93 (or 0x127B93) is known color: Eastern Blue. HEX triplet: 12, 7B and 93. RGB value is (18,123,147). Sum of RGB (Red+Green+Blue) = 18+123+147=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #127B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B93 is #ED846C. Grayscale: #5E5E5E. Windows color (decimal): -15565933 or 9665298. OLE color: 9665298.
HSL color Cylindrical-coordinate representation of color #127B93: hue angle of 191.16º 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 #127B93 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 123 | 147 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.42 |
| HSL | 191.16º | 0.78% | 0.32% | - |
| HSV(B) | 191.16º | 0.88% | 0.58% | - |
| XYZ | 12.6 | 16.4 | 30.11 | - |
| YUV | 94.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 147 | 0.88 | 0.16 | 0 | 0.42 | 191.16 | 0.78 | 0.32 |
| Hex | 12 | 7B | 93 | 58 | 10 | 0 | 2A | BF | 4E | 20 |
| Octal | 22 | 173 | 223 | 130 | 20 | 0 | 52 | 277 | 116 | 40 |
| Binary | 10010 | 1111011 | 10010011 | 1011000 | 10000 | 0 | 101010 | 10111111 | 1001110 | 100000 |
Color Harmonies of #127B93
Complementary color
Monochromatic Colors of #127B93
Black with #127B93
Text Example
Text Example
White with #127B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B93; }
p { color: rgb(18,123,147); }
H1.HeaderClassName
{
color: #127B93;
}
.AnyTagClassName
{
color: #127B93;
}
</style>
background-color css
<style>
a { background-color: #127B93; }
a { background-color: rgb(18,123,147); }
div.DivClassName
{
background-color: #127B93;
}
.BgClassName
{
background-color: #127B93;
}
</style>
border-color css
<style>
span { border-color: #127B93; }
span { border-color: rgb(18,123,147); }
td.TdClassName
{
border-color: #127B93;
}
.TagClassName
{
border-color: #127B93;
}
</style>