Shades of Blue Stone #1E5C68
Tints of Blue Stone #1E5C68
RGB
CMYK
RGB Variations
Color information
#1E5C68 (or 0x1E5C68) is known color: Blue Stone. HEX triplet: 1E, 5C and 68. RGB value is (30,92,104). Sum of RGB (Red+Green+Blue) = 30+92+104=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #1E5C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C68 is #E1A397. Grayscale: #4A4A4A. Windows color (decimal): -14787480 or 6839326. OLE color: 6839326.
HSL color Cylindrical-coordinate representation of color #1E5C68: hue angle of 189.73º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E5C68 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 92 | 104 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.59 |
| HSL | 189.73º | 0.55% | 0.26% | - |
| HSV(B) | 189.73º | 0.71% | 0.41% | - |
| XYZ | 6.86 | 8.93 | 14.46 | - |
| YUV | 74.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 104 | 0.71 | 0.12 | 0 | 0.59 | 189.73 | 0.55 | 0.26 |
| Hex | 1E | 5C | 68 | 47 | C | 0 | 3B | BE | 37 | 1A |
| Octal | 36 | 134 | 150 | 107 | 14 | 0 | 73 | 276 | 67 | 32 |
| Binary | 11110 | 1011100 | 1101000 | 1000111 | 1100 | 0 | 111011 | 10111110 | 110111 | 11010 |
Color Harmonies of #1E5C68
Complementary color
Monochromatic Colors of #1E5C68
Black with #1E5C68
Text Example
Text Example
White with #1E5C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C68; }
p { color: rgb(30,92,104); }
H1.HeaderClassName
{
color: #1E5C68;
}
.AnyTagClassName
{
color: #1E5C68;
}
</style>
background-color css
<style>
a { background-color: #1E5C68; }
a { background-color: rgb(30,92,104); }
div.DivClassName
{
background-color: #1E5C68;
}
.BgClassName
{
background-color: #1E5C68;
}
</style>
border-color css
<style>
span { border-color: #1E5C68; }
span { border-color: rgb(30,92,104); }
td.TdClassName
{
border-color: #1E5C68;
}
.TagClassName
{
border-color: #1E5C68;
}
</style>