Shades of Blue Stone #126360
Tints of Blue Stone #126360
RGB
CMYK
RGB Variations
Color information
#126360 (or 0x126360) is known color: Blue Stone. HEX triplet: 12, 63 and 60. RGB value is (18,99,96). Sum of RGB (Red+Green+Blue) = 18+99+96=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #126360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126360 is #ED9C9F. Grayscale: #4A4A4A. Windows color (decimal): -15572128 or 6316818. OLE color: 6316818.
HSL color Cylindrical-coordinate representation of color #126360: hue angle of 177.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126360 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 96 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.61 |
| HSL | 177.78º | 0.69% | 0.23% | - |
| HSV(B) | 177.78º | 0.82% | 0.39% | - |
| XYZ | 6.82 | 9.9 | 12.62 | - |
| YUV | 74.44 | 140.16 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 96 | 0.82 | 0 | 0.03 | 0.61 | 177.78 | 0.69 | 0.23 |
| Hex | 12 | 63 | 60 | 52 | 0 | 3 | 3D | B2 | 45 | 17 |
| Octal | 22 | 143 | 140 | 122 | 0 | 3 | 75 | 262 | 105 | 27 |
| Binary | 10010 | 1100011 | 1100000 | 1010010 | 0 | 11 | 111101 | 10110010 | 1000101 | 10111 |
Color Harmonies of #126360
Complementary color
Monochromatic Colors of #126360
Black with #126360
Text Example
Text Example
White with #126360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126360; }
p { color: rgb(18,99,96); }
H1.HeaderClassName
{
color: #126360;
}
.AnyTagClassName
{
color: #126360;
}
</style>
background-color css
<style>
a { background-color: #126360; }
a { background-color: rgb(18,99,96); }
div.DivClassName
{
background-color: #126360;
}
.BgClassName
{
background-color: #126360;
}
</style>
border-color css
<style>
span { border-color: #126360; }
span { border-color: rgb(18,99,96); }
td.TdClassName
{
border-color: #126360;
}
.TagClassName
{
border-color: #126360;
}
</style>