Shades of Blue Stone #185A67
Tints of Blue Stone #185A67
RGB
CMYK
RGB Variations
Color information
#185A67 (or 0x185A67) is known color: Blue Stone. HEX triplet: 18, 5A and 67. RGB value is (24,90,103). Sum of RGB (Red+Green+Blue) = 24+90+103=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #185A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A67 is #E7A598. Grayscale: #474747. Windows color (decimal): -15181209 or 6773272. OLE color: 6773272.
HSL color Cylindrical-coordinate representation of color #185A67: hue angle of 189.87º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185A67 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 90 | 103 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.60 |
| HSL | 189.87º | 0.62% | 0.25% | - |
| HSV(B) | 189.87º | 0.77% | 0.4% | - |
| XYZ | 6.48 | 8.49 | 14.13 | - |
| YUV | 71.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 103 | 0.77 | 0.13 | 0 | 0.60 | 189.87 | 0.62 | 0.25 |
| Hex | 18 | 5A | 67 | 4D | D | 0 | 3C | BE | 3E | 19 |
| Octal | 30 | 132 | 147 | 115 | 15 | 0 | 74 | 276 | 76 | 31 |
| Binary | 11000 | 1011010 | 1100111 | 1001101 | 1101 | 0 | 111100 | 10111110 | 111110 | 11001 |
Color Harmonies of #185A67
Complementary color
Monochromatic Colors of #185A67
Black with #185A67
Text Example
Text Example
White with #185A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A67; }
p { color: rgb(24,90,103); }
H1.HeaderClassName
{
color: #185A67;
}
.AnyTagClassName
{
color: #185A67;
}
</style>
background-color css
<style>
a { background-color: #185A67; }
a { background-color: rgb(24,90,103); }
div.DivClassName
{
background-color: #185A67;
}
.BgClassName
{
background-color: #185A67;
}
</style>
border-color css
<style>
span { border-color: #185A67; }
span { border-color: rgb(24,90,103); }
td.TdClassName
{
border-color: #185A67;
}
.TagClassName
{
border-color: #185A67;
}
</style>