Shades of Blue Stone #1E6763
Tints of Blue Stone #1E6763
RGB
CMYK
RGB Variations
Color information
#1E6763 (or 0x1E6763) is known color: Blue Stone. HEX triplet: 1E, 67 and 63. RGB value is (30,103,99). Sum of RGB (Red+Green+Blue) = 30+103+99=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6763 is #E1989C. Grayscale: #505050. Windows color (decimal): -14784669 or 6514462. OLE color: 6514462.
HSL color Cylindrical-coordinate representation of color #1E6763: hue angle of 176.71º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6763 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 99 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.60 |
| HSL | 176.71º | 0.55% | 0.26% | - |
| HSV(B) | 176.71º | 0.71% | 0.4% | - |
| XYZ | 7.64 | 10.88 | 13.5 | - |
| YUV | 80.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 99 | 0.71 | 0 | 0.04 | 0.60 | 176.71 | 0.55 | 0.26 |
| Hex | 1E | 67 | 63 | 47 | 0 | 4 | 3C | B1 | 37 | 1A |
| Octal | 36 | 147 | 143 | 107 | 0 | 4 | 74 | 261 | 67 | 32 |
| Binary | 11110 | 1100111 | 1100011 | 1000111 | 0 | 100 | 111100 | 10110001 | 110111 | 11010 |
Color Harmonies of #1E6763
Complementary color
Monochromatic Colors of #1E6763
Black with #1E6763
Text Example
Text Example
White with #1E6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6763; }
p { color: rgb(30,103,99); }
H1.HeaderClassName
{
color: #1E6763;
}
.AnyTagClassName
{
color: #1E6763;
}
</style>
background-color css
<style>
a { background-color: #1E6763; }
a { background-color: rgb(30,103,99); }
div.DivClassName
{
background-color: #1E6763;
}
.BgClassName
{
background-color: #1E6763;
}
</style>
border-color css
<style>
span { border-color: #1E6763; }
span { border-color: rgb(30,103,99); }
td.TdClassName
{
border-color: #1E6763;
}
.TagClassName
{
border-color: #1E6763;
}
</style>