Shades of Submarine #819FA0
Tints of Submarine #819FA0
RGB
CMYK
RGB Variations
Color information
#819FA0 (or 0x819FA0) is known color: Submarine. HEX triplet: 81, 9F and A0. RGB value is (129,159,160). Sum of RGB (Red+Green+Blue) = 129+159+160=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: blue. Hex color #819FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819FA0 is #7E605F. Grayscale: #969696. Windows color (decimal): -8282208 or 10526593. OLE color: 10526593.
HSL color Cylindrical-coordinate representation of color #819FA0: hue angle of 181.94º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #819FA0 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 159 | 160 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.37 |
| HSL | 181.94º | 0.14% | 0.57% | - |
| HSV(B) | 181.94º | 0.19% | 0.63% | - |
| XYZ | 27.8 | 32 | 37.97 | - |
| YUV | 150.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 160 | 0.19 | 0.01 | 0 | 0.37 | 181.94 | 0.14 | 0.57 |
| Hex | 81 | 9F | A0 | 13 | 1 | 0 | 25 | B6 | E | 39 |
| Octal | 201 | 237 | 240 | 23 | 1 | 0 | 45 | 266 | 16 | 71 |
| Binary | 10000001 | 10011111 | 10100000 | 10011 | 1 | 0 | 100101 | 10110110 | 1110 | 111001 |
Color Harmonies of #819FA0
Complementary color
Monochromatic Colors of #819FA0
Black with #819FA0
Text Example
Text Example
White with #819FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FA0; }
p { color: rgb(129,159,160); }
H1.HeaderClassName
{
color: #819FA0;
}
.AnyTagClassName
{
color: #819FA0;
}
</style>
background-color css
<style>
a { background-color: #819FA0; }
a { background-color: rgb(129,159,160); }
div.DivClassName
{
background-color: #819FA0;
}
.BgClassName
{
background-color: #819FA0;
}
</style>
border-color css
<style>
span { border-color: #819FA0; }
span { border-color: rgb(129,159,160); }
td.TdClassName
{
border-color: #819FA0;
}
.TagClassName
{
border-color: #819FA0;
}
</style>