Shades of Blue Stone #1E6365
Tints of Blue Stone #1E6365
RGB
CMYK
RGB Variations
Color information
#1E6365 (or 0x1E6365) is known color: Blue Stone. HEX triplet: 1E, 63 and 65. RGB value is (30,99,101). Sum of RGB (Red+Green+Blue) = 30+99+101=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E6365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6365 is #E19C9A. Grayscale: #4E4E4E. Windows color (decimal): -14785691 or 6644510. OLE color: 6644510.
HSL color Cylindrical-coordinate representation of color #1E6365: hue angle of 181.69º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6365 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 99 | 101 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.60 |
| HSL | 181.69º | 0.54% | 0.26% | - |
| HSV(B) | 181.69º | 0.7% | 0.4% | - |
| XYZ | 7.35 | 10.14 | 13.88 | - |
| YUV | 78.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 101 | 0.70 | 0.02 | 0 | 0.60 | 181.69 | 0.54 | 0.26 |
| Hex | 1E | 63 | 65 | 46 | 2 | 0 | 3C | B6 | 36 | 1A |
| Octal | 36 | 143 | 145 | 106 | 2 | 0 | 74 | 266 | 66 | 32 |
| Binary | 11110 | 1100011 | 1100101 | 1000110 | 10 | 0 | 111100 | 10110110 | 110110 | 11010 |
Color Harmonies of #1E6365
Complementary color
Monochromatic Colors of #1E6365
Black with #1E6365
Text Example
Text Example
White with #1E6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6365; }
p { color: rgb(30,99,101); }
H1.HeaderClassName
{
color: #1E6365;
}
.AnyTagClassName
{
color: #1E6365;
}
</style>
background-color css
<style>
a { background-color: #1E6365; }
a { background-color: rgb(30,99,101); }
div.DivClassName
{
background-color: #1E6365;
}
.BgClassName
{
background-color: #1E6365;
}
</style>
border-color css
<style>
span { border-color: #1E6365; }
span { border-color: rgb(30,99,101); }
td.TdClassName
{
border-color: #1E6365;
}
.TagClassName
{
border-color: #1E6365;
}
</style>