Shades of Blue Stone #195457
Tints of Blue Stone #195457
RGB
CMYK
RGB Variations
Color information
#195457 (or 0x195457) is known color: Blue Stone. HEX triplet: 19, 54 and 57. RGB value is (25,84,87). Sum of RGB (Red+Green+Blue) = 25+84+87=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #195457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195457 is #E6ABA8. Grayscale: #424242. Windows color (decimal): -15117225 or 5723161. OLE color: 5723161.
HSL color Cylindrical-coordinate representation of color #195457: hue angle of 182.9º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195457 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 84 | 87 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.66 |
| HSL | 182.9º | 0.55% | 0.22% | - |
| HSV(B) | 182.9º | 0.71% | 0.34% | - |
| XYZ | 5.29 | 7.24 | 10.13 | - |
| YUV | 66.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 87 | 0.71 | 0.03 | 0 | 0.66 | 182.9 | 0.55 | 0.22 |
| Hex | 19 | 54 | 57 | 47 | 3 | 0 | 42 | B7 | 37 | 16 |
| Octal | 31 | 124 | 127 | 107 | 3 | 0 | 102 | 267 | 67 | 26 |
| Binary | 11001 | 1010100 | 1010111 | 1000111 | 11 | 0 | 1000010 | 10110111 | 110111 | 10110 |
Color Harmonies of #195457
Complementary color
Monochromatic Colors of #195457
Black with #195457
Text Example
Text Example
White with #195457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195457; }
p { color: rgb(25,84,87); }
H1.HeaderClassName
{
color: #195457;
}
.AnyTagClassName
{
color: #195457;
}
</style>
background-color css
<style>
a { background-color: #195457; }
a { background-color: rgb(25,84,87); }
div.DivClassName
{
background-color: #195457;
}
.BgClassName
{
background-color: #195457;
}
</style>
border-color css
<style>
span { border-color: #195457; }
span { border-color: rgb(25,84,87); }
td.TdClassName
{
border-color: #195457;
}
.TagClassName
{
border-color: #195457;
}
</style>