Shades of Blue Stone #185C68
Tints of Blue Stone #185C68
RGB
CMYK
RGB Variations
Color information
#185C68 (or 0x185C68) is known color: Blue Stone. HEX triplet: 18, 5C and 68. RGB value is (24,92,104). Sum of RGB (Red+Green+Blue) = 24+92+104=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #185C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C68 is #E7A397. Grayscale: #484848. Windows color (decimal): -15180696 or 6839320. OLE color: 6839320.
HSL color Cylindrical-coordinate representation of color #185C68: hue angle of 189º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185C68 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 92 | 104 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.59 |
| HSL | 189º | 0.63% | 0.25% | - |
| HSV(B) | 189º | 0.77% | 0.41% | - |
| XYZ | 6.7 | 8.85 | 14.45 | - |
| YUV | 73.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 104 | 0.77 | 0.12 | 0 | 0.59 | 189 | 0.63 | 0.25 |
| Hex | 18 | 5C | 68 | 4D | C | 0 | 3B | BD | 3E | 19 |
| Octal | 30 | 134 | 150 | 115 | 14 | 0 | 73 | 275 | 76 | 31 |
| Binary | 11000 | 1011100 | 1101000 | 1001101 | 1100 | 0 | 111011 | 10111101 | 111110 | 11001 |
Color Harmonies of #185C68
Complementary color
Monochromatic Colors of #185C68
Black with #185C68
Text Example
Text Example
White with #185C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C68; }
p { color: rgb(24,92,104); }
H1.HeaderClassName
{
color: #185C68;
}
.AnyTagClassName
{
color: #185C68;
}
</style>
background-color css
<style>
a { background-color: #185C68; }
a { background-color: rgb(24,92,104); }
div.DivClassName
{
background-color: #185C68;
}
.BgClassName
{
background-color: #185C68;
}
</style>
border-color css
<style>
span { border-color: #185C68; }
span { border-color: rgb(24,92,104); }
td.TdClassName
{
border-color: #185C68;
}
.TagClassName
{
border-color: #185C68;
}
</style>