Shades of Blue Stone #185A69
Tints of Blue Stone #185A69
RGB
CMYK
RGB Variations
Color information
#185A69 (or 0x185A69) is known color: Blue Stone. HEX triplet: 18, 5A and 69. RGB value is (24,90,105). Sum of RGB (Red+Green+Blue) = 24+90+105=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #185A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A69 is #E7A596. Grayscale: #474747. Windows color (decimal): -15181207 or 6904344. OLE color: 6904344.
HSL color Cylindrical-coordinate representation of color #185A69: hue angle of 191.11º degrees, saturation: 0.63, 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 #185A69 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 90 | 105 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.59 |
| HSL | 191.11º | 0.63% | 0.25% | - |
| HSV(B) | 191.11º | 0.77% | 0.41% | - |
| XYZ | 6.58 | 8.53 | 14.66 | - |
| YUV | 71.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 105 | 0.77 | 0.14 | 0 | 0.59 | 191.11 | 0.63 | 0.25 |
| Hex | 18 | 5A | 69 | 4D | E | 0 | 3B | BF | 3F | 19 |
| Octal | 30 | 132 | 151 | 115 | 16 | 0 | 73 | 277 | 77 | 31 |
| Binary | 11000 | 1011010 | 1101001 | 1001101 | 1110 | 0 | 111011 | 10111111 | 111111 | 11001 |
Color Harmonies of #185A69
Complementary color
Monochromatic Colors of #185A69
Black with #185A69
Text Example
Text Example
White with #185A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A69; }
p { color: rgb(24,90,105); }
H1.HeaderClassName
{
color: #185A69;
}
.AnyTagClassName
{
color: #185A69;
}
</style>
background-color css
<style>
a { background-color: #185A69; }
a { background-color: rgb(24,90,105); }
div.DivClassName
{
background-color: #185A69;
}
.BgClassName
{
background-color: #185A69;
}
</style>
border-color css
<style>
span { border-color: #185A69; }
span { border-color: rgb(24,90,105); }
td.TdClassName
{
border-color: #185A69;
}
.TagClassName
{
border-color: #185A69;
}
</style>