Shades of Blue Stone #136369
Tints of Blue Stone #136369
RGB
CMYK
RGB Variations
Color information
#136369 (or 0x136369) is known color: Blue Stone. HEX triplet: 13, 63 and 69. RGB value is (19,99,105). Sum of RGB (Red+Green+Blue) = 19+99+105=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #136369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136369 is #EC9C96. Grayscale: #4B4B4B. Windows color (decimal): -15506583 or 6906643. OLE color: 6906643.
HSL color Cylindrical-coordinate representation of color #136369: hue angle of 184.19º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136369 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 99 | 105 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.59 |
| HSL | 184.19º | 0.69% | 0.24% | - |
| HSV(B) | 184.19º | 0.82% | 0.41% | - |
| XYZ | 7.28 | 10.08 | 14.93 | - |
| YUV | 75.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 105 | 0.82 | 0.06 | 0 | 0.59 | 184.19 | 0.69 | 0.24 |
| Hex | 13 | 63 | 69 | 52 | 6 | 0 | 3B | B8 | 45 | 18 |
| Octal | 23 | 143 | 151 | 122 | 6 | 0 | 73 | 270 | 105 | 30 |
| Binary | 10011 | 1100011 | 1101001 | 1010010 | 110 | 0 | 111011 | 10111000 | 1000101 | 11000 |
Color Harmonies of #136369
Complementary color
Monochromatic Colors of #136369
Black with #136369
Text Example
Text Example
White with #136369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136369; }
p { color: rgb(19,99,105); }
H1.HeaderClassName
{
color: #136369;
}
.AnyTagClassName
{
color: #136369;
}
</style>
background-color css
<style>
a { background-color: #136369; }
a { background-color: rgb(19,99,105); }
div.DivClassName
{
background-color: #136369;
}
.BgClassName
{
background-color: #136369;
}
</style>
border-color css
<style>
span { border-color: #136369; }
span { border-color: rgb(19,99,105); }
td.TdClassName
{
border-color: #136369;
}
.TagClassName
{
border-color: #136369;
}
</style>