Shades of Blue Stone #166367
Tints of Blue Stone #166367
RGB
CMYK
RGB Variations
Color information
#166367 (or 0x166367) is known color: Blue Stone. HEX triplet: 16, 63 and 67. RGB value is (22,99,103). Sum of RGB (Red+Green+Blue) = 22+99+103=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #166367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166367 is #E99C98. Grayscale: #4C4C4C. Windows color (decimal): -15309977 or 6775574. OLE color: 6775574.
HSL color Cylindrical-coordinate representation of color #166367: hue angle of 182.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166367 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 99 | 103 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.60 |
| HSL | 182.96º | 0.65% | 0.25% | - |
| HSV(B) | 182.96º | 0.79% | 0.4% | - |
| XYZ | 7.24 | 10.07 | 14.39 | - |
| YUV | 76.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 103 | 0.79 | 0.04 | 0 | 0.60 | 182.96 | 0.65 | 0.25 |
| Hex | 16 | 63 | 67 | 4F | 4 | 0 | 3C | B7 | 41 | 19 |
| Octal | 26 | 143 | 147 | 117 | 4 | 0 | 74 | 267 | 101 | 31 |
| Binary | 10110 | 1100011 | 1100111 | 1001111 | 100 | 0 | 111100 | 10110111 | 1000001 | 11001 |
Color Harmonies of #166367
Complementary color
Monochromatic Colors of #166367
Black with #166367
Text Example
Text Example
White with #166367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166367; }
p { color: rgb(22,99,103); }
H1.HeaderClassName
{
color: #166367;
}
.AnyTagClassName
{
color: #166367;
}
</style>
background-color css
<style>
a { background-color: #166367; }
a { background-color: rgb(22,99,103); }
div.DivClassName
{
background-color: #166367;
}
.BgClassName
{
background-color: #166367;
}
</style>
border-color css
<style>
span { border-color: #166367; }
span { border-color: rgb(22,99,103); }
td.TdClassName
{
border-color: #166367;
}
.TagClassName
{
border-color: #166367;
}
</style>