Shades of Blue Stone #185B67
Tints of Blue Stone #185B67
RGB
CMYK
RGB Variations
Color information
#185B67 (or 0x185B67) is known color: Blue Stone. HEX triplet: 18, 5B and 67. RGB value is (24,91,103). Sum of RGB (Red+Green+Blue) = 24+91+103=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #185B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B67 is #E7A498. Grayscale: #484848. Windows color (decimal): -15180953 or 6773528. OLE color: 6773528.
HSL color Cylindrical-coordinate representation of color #185B67: hue angle of 189.11º 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 #185B67 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 91 | 103 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.60 |
| HSL | 189.11º | 0.62% | 0.25% | - |
| HSV(B) | 189.11º | 0.77% | 0.4% | - |
| XYZ | 6.57 | 8.66 | 14.16 | - |
| YUV | 72.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 103 | 0.77 | 0.12 | 0 | 0.60 | 189.11 | 0.62 | 0.25 |
| Hex | 18 | 5B | 67 | 4D | C | 0 | 3C | BD | 3E | 19 |
| Octal | 30 | 133 | 147 | 115 | 14 | 0 | 74 | 275 | 76 | 31 |
| Binary | 11000 | 1011011 | 1100111 | 1001101 | 1100 | 0 | 111100 | 10111101 | 111110 | 11001 |
Color Harmonies of #185B67
Complementary color
Monochromatic Colors of #185B67
Black with #185B67
Text Example
Text Example
White with #185B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B67; }
p { color: rgb(24,91,103); }
H1.HeaderClassName
{
color: #185B67;
}
.AnyTagClassName
{
color: #185B67;
}
</style>
background-color css
<style>
a { background-color: #185B67; }
a { background-color: rgb(24,91,103); }
div.DivClassName
{
background-color: #185B67;
}
.BgClassName
{
background-color: #185B67;
}
</style>
border-color css
<style>
span { border-color: #185B67; }
span { border-color: rgb(24,91,103); }
td.TdClassName
{
border-color: #185B67;
}
.TagClassName
{
border-color: #185B67;
}
</style>