Shades of Blue Stone #1E6063
Tints of Blue Stone #1E6063
RGB
CMYK
RGB Variations
Color information
#1E6063 (or 0x1E6063) is known color: Blue Stone. HEX triplet: 1E, 60 and 63. RGB value is (30,96,99). Sum of RGB (Red+Green+Blue) = 30+96+99=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6063 is #E19F9C. Grayscale: #4C4C4C. Windows color (decimal): -14786461 or 6512670. OLE color: 6512670.
HSL color Cylindrical-coordinate representation of color #1E6063: hue angle of 182.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6063 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 96 | 99 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.61 |
| HSL | 182.61º | 0.53% | 0.25% | - |
| HSV(B) | 182.61º | 0.7% | 0.39% | - |
| XYZ | 6.97 | 9.54 | 13.28 | - |
| YUV | 76.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 99 | 0.70 | 0.03 | 0 | 0.61 | 182.61 | 0.53 | 0.25 |
| Hex | 1E | 60 | 63 | 46 | 3 | 0 | 3D | B7 | 35 | 19 |
| Octal | 36 | 140 | 143 | 106 | 3 | 0 | 75 | 267 | 65 | 31 |
| Binary | 11110 | 1100000 | 1100011 | 1000110 | 11 | 0 | 111101 | 10110111 | 110101 | 11001 |
Color Harmonies of #1E6063
Complementary color
Monochromatic Colors of #1E6063
Black with #1E6063
Text Example
Text Example
White with #1E6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6063; }
p { color: rgb(30,96,99); }
H1.HeaderClassName
{
color: #1E6063;
}
.AnyTagClassName
{
color: #1E6063;
}
</style>
background-color css
<style>
a { background-color: #1E6063; }
a { background-color: rgb(30,96,99); }
div.DivClassName
{
background-color: #1E6063;
}
.BgClassName
{
background-color: #1E6063;
}
</style>
border-color css
<style>
span { border-color: #1E6063; }
span { border-color: rgb(30,96,99); }
td.TdClassName
{
border-color: #1E6063;
}
.TagClassName
{
border-color: #1E6063;
}
</style>