Shades of Blue Stone #1E6062
Tints of Blue Stone #1E6062
RGB
CMYK
RGB Variations
Color information
#1E6062 (or 0x1E6062) is known color: Blue Stone. HEX triplet: 1E, 60 and 62. RGB value is (30,96,98). Sum of RGB (Red+Green+Blue) = 30+96+98=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E6062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6062 is #E19F9D. Grayscale: #4C4C4C. Windows color (decimal): -14786462 or 6447134. OLE color: 6447134.
HSL color Cylindrical-coordinate representation of color #1E6062: hue angle of 181.76º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6062 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 98 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.62 |
| HSL | 181.76º | 0.53% | 0.25% | - |
| HSV(B) | 181.76º | 0.69% | 0.38% | - |
| XYZ | 6.92 | 9.52 | 13.03 | - |
| YUV | 76.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 98 | 0.69 | 0.02 | 0 | 0.62 | 181.76 | 0.53 | 0.25 |
| Hex | 1E | 60 | 62 | 45 | 2 | 0 | 3E | B6 | 35 | 19 |
| Octal | 36 | 140 | 142 | 105 | 2 | 0 | 76 | 266 | 65 | 31 |
| Binary | 11110 | 1100000 | 1100010 | 1000101 | 10 | 0 | 111110 | 10110110 | 110101 | 11001 |
Color Harmonies of #1E6062
Complementary color
Monochromatic Colors of #1E6062
Black with #1E6062
Text Example
Text Example
White with #1E6062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6062; }
p { color: rgb(30,96,98); }
H1.HeaderClassName
{
color: #1E6062;
}
.AnyTagClassName
{
color: #1E6062;
}
</style>
background-color css
<style>
a { background-color: #1E6062; }
a { background-color: rgb(30,96,98); }
div.DivClassName
{
background-color: #1E6062;
}
.BgClassName
{
background-color: #1E6062;
}
</style>
border-color css
<style>
span { border-color: #1E6062; }
span { border-color: rgb(30,96,98); }
td.TdClassName
{
border-color: #1E6062;
}
.TagClassName
{
border-color: #1E6062;
}
</style>