Shades of Eastern Blue #197F9B
Tints of Eastern Blue #197F9B
RGB
CMYK
RGB Variations
Color information
#197F9B (or 0x197F9B) is known color: Eastern Blue. HEX triplet: 19, 7F and 9B. RGB value is (25,127,155). Sum of RGB (Red+Green+Blue) = 25+127+155=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #197F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F9B is #E68064. Grayscale: #636363. Windows color (decimal): -15106149 or 10190617. OLE color: 10190617.
HSL color Cylindrical-coordinate representation of color #197F9B: hue angle of 192.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197F9B is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 127 | 155 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.39 |
| HSL | 192.92º | 0.72% | 0.35% | - |
| HSV(B) | 192.92º | 0.84% | 0.61% | - |
| XYZ | 13.91 | 17.75 | 33.7 | - |
| YUV | 99.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 155 | 0.84 | 0.18 | 0 | 0.39 | 192.92 | 0.72 | 0.35 |
| Hex | 19 | 7F | 9B | 54 | 12 | 0 | 27 | C1 | 48 | 23 |
| Octal | 31 | 177 | 233 | 124 | 22 | 0 | 47 | 301 | 110 | 43 |
| Binary | 11001 | 1111111 | 10011011 | 1010100 | 10010 | 0 | 100111 | 11000001 | 1001000 | 100011 |
Color Harmonies of #197F9B
Complementary color
Monochromatic Colors of #197F9B
Black with #197F9B
Text Example
Text Example
White with #197F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F9B; }
p { color: rgb(25,127,155); }
H1.HeaderClassName
{
color: #197F9B;
}
.AnyTagClassName
{
color: #197F9B;
}
</style>
background-color css
<style>
a { background-color: #197F9B; }
a { background-color: rgb(25,127,155); }
div.DivClassName
{
background-color: #197F9B;
}
.BgClassName
{
background-color: #197F9B;
}
</style>
border-color css
<style>
span { border-color: #197F9B; }
span { border-color: rgb(25,127,155); }
td.TdClassName
{
border-color: #197F9B;
}
.TagClassName
{
border-color: #197F9B;
}
</style>