Shades of Rock Blue #819CBA
Tints of Rock Blue #819CBA
RGB
CMYK
RGB Variations
Color information
#819CBA (or 0x819CBA) is known color: Rock Blue. HEX triplet: 81, 9C and BA. RGB value is (129,156,186). Sum of RGB (Red+Green+Blue) = 129+156+186=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #819CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBA is #7E6345. Grayscale: #979797. Windows color (decimal): -8282950 or 12229761. OLE color: 12229761.
HSL color Cylindrical-coordinate representation of color #819CBA: hue angle of 211.58º degrees, saturation: 0.29, 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 #819CBA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 156 | 186 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.27 |
| HSL | 211.58º | 0.29% | 0.62% | - |
| HSV(B) | 211.58º | 0.31% | 0.73% | - |
| XYZ | 29.8 | 31.99 | 51.06 | - |
| YUV | 151.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 186 | 0.31 | 0.16 | 0 | 0.27 | 211.58 | 0.29 | 0.62 |
| Hex | 81 | 9C | BA | 1F | 10 | 0 | 1B | D4 | 1D | 3E |
| Octal | 201 | 234 | 272 | 37 | 20 | 0 | 33 | 324 | 35 | 76 |
| Binary | 10000001 | 10011100 | 10111010 | 11111 | 10000 | 0 | 11011 | 11010100 | 11101 | 111110 |
Color Harmonies of #819CBA
Complementary color
Monochromatic Colors of #819CBA
Black with #819CBA
Text Example
Text Example
White with #819CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CBA; }
p { color: rgb(129,156,186); }
H1.HeaderClassName
{
color: #819CBA;
}
.AnyTagClassName
{
color: #819CBA;
}
</style>
background-color css
<style>
a { background-color: #819CBA; }
a { background-color: rgb(129,156,186); }
div.DivClassName
{
background-color: #819CBA;
}
.BgClassName
{
background-color: #819CBA;
}
</style>
border-color css
<style>
span { border-color: #819CBA; }
span { border-color: rgb(129,156,186); }
td.TdClassName
{
border-color: #819CBA;
}
.TagClassName
{
border-color: #819CBA;
}
</style>