Shades of Blue Stone #1C5F69
Tints of Blue Stone #1C5F69
RGB
CMYK
RGB Variations
Color information
#1C5F69 (or 0x1C5F69) is known color: Blue Stone. HEX triplet: 1C, 5F and 69. RGB value is (28,95,105). Sum of RGB (Red+Green+Blue) = 28+95+105=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C5F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5F69 is #E3A096. Grayscale: #4C4C4C. Windows color (decimal): -14917783 or 6905628. OLE color: 6905628.
HSL color Cylindrical-coordinate representation of color #1C5F69: hue angle of 187.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5F69 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 95 | 105 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.59 |
| HSL | 187.79º | 0.58% | 0.26% | - |
| HSV(B) | 187.79º | 0.73% | 0.41% | - |
| XYZ | 7.12 | 9.45 | 14.81 | - |
| YUV | 76.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 105 | 0.73 | 0.10 | 0 | 0.59 | 187.79 | 0.58 | 0.26 |
| Hex | 1C | 5F | 69 | 49 | A | 0 | 3B | BC | 3A | 1A |
| Octal | 34 | 137 | 151 | 111 | 12 | 0 | 73 | 274 | 72 | 32 |
| Binary | 11100 | 1011111 | 1101001 | 1001001 | 1010 | 0 | 111011 | 10111100 | 111010 | 11010 |
Color Harmonies of #1C5F69
Complementary color
Monochromatic Colors of #1C5F69
Black with #1C5F69
Text Example
Text Example
White with #1C5F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5F69; }
p { color: rgb(28,95,105); }
H1.HeaderClassName
{
color: #1C5F69;
}
.AnyTagClassName
{
color: #1C5F69;
}
</style>
background-color css
<style>
a { background-color: #1C5F69; }
a { background-color: rgb(28,95,105); }
div.DivClassName
{
background-color: #1C5F69;
}
.BgClassName
{
background-color: #1C5F69;
}
</style>
border-color css
<style>
span { border-color: #1C5F69; }
span { border-color: rgb(28,95,105); }
td.TdClassName
{
border-color: #1C5F69;
}
.TagClassName
{
border-color: #1C5F69;
}
</style>