Shades of Rock Blue #819DBA
Tints of Rock Blue #819DBA
RGB
CMYK
RGB Variations
Color information
#819DBA (or 0x819DBA) is known color: Rock Blue. HEX triplet: 81, 9D and BA. RGB value is (129,157,186). Sum of RGB (Red+Green+Blue) = 129+157+186=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #819DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBA is #7E6245. Grayscale: #979797. Windows color (decimal): -8282694 or 12230017. OLE color: 12230017.
HSL color Cylindrical-coordinate representation of color #819DBA: hue angle of 210.53º 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 #819DBA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 157 | 186 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.27 |
| HSL | 210.53º | 0.29% | 0.62% | - |
| HSV(B) | 210.53º | 0.31% | 0.73% | - |
| XYZ | 29.97 | 32.33 | 51.11 | - |
| YUV | 151.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 186 | 0.31 | 0.16 | 0 | 0.27 | 210.53 | 0.29 | 0.62 |
| Hex | 81 | 9D | BA | 1F | 10 | 0 | 1B | D3 | 1D | 3E |
| Octal | 201 | 235 | 272 | 37 | 20 | 0 | 33 | 323 | 35 | 76 |
| Binary | 10000001 | 10011101 | 10111010 | 11111 | 10000 | 0 | 11011 | 11010011 | 11101 | 111110 |
Color Harmonies of #819DBA
Complementary color
Monochromatic Colors of #819DBA
Black with #819DBA
Text Example
Text Example
White with #819DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DBA; }
p { color: rgb(129,157,186); }
H1.HeaderClassName
{
color: #819DBA;
}
.AnyTagClassName
{
color: #819DBA;
}
</style>
background-color css
<style>
a { background-color: #819DBA; }
a { background-color: rgb(129,157,186); }
div.DivClassName
{
background-color: #819DBA;
}
.BgClassName
{
background-color: #819DBA;
}
</style>
border-color css
<style>
span { border-color: #819DBA; }
span { border-color: rgb(129,157,186); }
td.TdClassName
{
border-color: #819DBA;
}
.TagClassName
{
border-color: #819DBA;
}
</style>