Shades of Rock Blue #859CBA
Tints of Rock Blue #859CBA
RGB
CMYK
RGB Variations
Color information
#859CBA (or 0x859CBA) is known color: Rock Blue. HEX triplet: 85, 9C and BA. RGB value is (133,156,186). Sum of RGB (Red+Green+Blue) = 133+156+186=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #859CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBA is #7A6345. Grayscale: #989898. Windows color (decimal): -8020806 or 12229765. OLE color: 12229765.
HSL color Cylindrical-coordinate representation of color #859CBA: hue angle of 213.96º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859CBA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 156 | 186 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.27 |
| HSL | 213.96º | 0.28% | 0.63% | - |
| HSV(B) | 213.96º | 0.28% | 0.73% | - |
| XYZ | 30.42 | 32.31 | 51.09 | - |
| YUV | 152.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 186 | 0.28 | 0.16 | 0 | 0.27 | 213.96 | 0.28 | 0.63 |
| Hex | 85 | 9C | BA | 1C | 10 | 0 | 1B | D6 | 1C | 3F |
| Octal | 205 | 234 | 272 | 34 | 20 | 0 | 33 | 326 | 34 | 77 |
| Binary | 10000101 | 10011100 | 10111010 | 11100 | 10000 | 0 | 11011 | 11010110 | 11100 | 111111 |
Color Harmonies of #859CBA
Complementary color
Monochromatic Colors of #859CBA
Black with #859CBA
Text Example
Text Example
White with #859CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CBA; }
p { color: rgb(133,156,186); }
H1.HeaderClassName
{
color: #859CBA;
}
.AnyTagClassName
{
color: #859CBA;
}
</style>
background-color css
<style>
a { background-color: #859CBA; }
a { background-color: rgb(133,156,186); }
div.DivClassName
{
background-color: #859CBA;
}
.BgClassName
{
background-color: #859CBA;
}
</style>
border-color css
<style>
span { border-color: #859CBA; }
span { border-color: rgb(133,156,186); }
td.TdClassName
{
border-color: #859CBA;
}
.TagClassName
{
border-color: #859CBA;
}
</style>