Shades of Rock Blue #819FBB
Tints of Rock Blue #819FBB
RGB
CMYK
RGB Variations
Color information
#819FBB (or 0x819FBB) is known color: Rock Blue. HEX triplet: 81, 9F and BB. RGB value is (129,159,187). Sum of RGB (Red+Green+Blue) = 129+159+187=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #819FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBB is #7E6044. Grayscale: #999999. Windows color (decimal): -8282181 or 12296065. OLE color: 12296065.
HSL color Cylindrical-coordinate representation of color #819FBB: hue angle of 208.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819FBB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 159 | 187 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.27 |
| HSL | 208.97º | 0.3% | 0.62% | - |
| HSV(B) | 208.97º | 0.31% | 0.73% | - |
| XYZ | 30.42 | 33.05 | 51.79 | - |
| YUV | 153.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 187 | 0.31 | 0.15 | 0 | 0.27 | 208.97 | 0.3 | 0.62 |
| Hex | 81 | 9F | BB | 1F | F | 0 | 1B | D1 | 1E | 3E |
| Octal | 201 | 237 | 273 | 37 | 17 | 0 | 33 | 321 | 36 | 76 |
| Binary | 10000001 | 10011111 | 10111011 | 11111 | 1111 | 0 | 11011 | 11010001 | 11110 | 111110 |
Color Harmonies of #819FBB
Complementary color
Monochromatic Colors of #819FBB
Black with #819FBB
Text Example
Text Example
White with #819FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FBB; }
p { color: rgb(129,159,187); }
H1.HeaderClassName
{
color: #819FBB;
}
.AnyTagClassName
{
color: #819FBB;
}
</style>
background-color css
<style>
a { background-color: #819FBB; }
a { background-color: rgb(129,159,187); }
div.DivClassName
{
background-color: #819FBB;
}
.BgClassName
{
background-color: #819FBB;
}
</style>
border-color css
<style>
span { border-color: #819FBB; }
span { border-color: rgb(129,159,187); }
td.TdClassName
{
border-color: #819FBB;
}
.TagClassName
{
border-color: #819FBB;
}
</style>