Shades of Submarine #919FA0
Tints of Submarine #919FA0
RGB
CMYK
RGB Variations
Color information
#919FA0 (or 0x919FA0) is known color: Submarine. HEX triplet: 91, 9F and A0. RGB value is (145,159,160). Sum of RGB (Red+Green+Blue) = 145+159+160=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 160 - color contains mainly: blue. Hex color #919FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FA0 is #6E605F. Grayscale: #9A9A9A. Windows color (decimal): -7233632 or 10526609. OLE color: 10526609.
HSL color Cylindrical-coordinate representation of color #919FA0: hue angle of 184º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919FA0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 159 | 160 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.37 |
| HSL | 184º | 0.07% | 0.6% | - |
| HSV(B) | 184º | 0.09% | 0.63% | - |
| XYZ | 30.42 | 33.35 | 38.09 | - |
| YUV | 154.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 160 | 0.09 | 0.01 | 0 | 0.37 | 184 | 0.07 | 0.6 |
| Hex | 91 | 9F | A0 | 9 | 1 | 0 | 25 | B8 | 7 | 3C |
| Octal | 221 | 237 | 240 | 11 | 1 | 0 | 45 | 270 | 7 | 74 |
| Binary | 10010001 | 10011111 | 10100000 | 1001 | 1 | 0 | 100101 | 10111000 | 111 | 111100 |
Color Harmonies of #919FA0
Complementary color
Monochromatic Colors of #919FA0
Black with #919FA0
Text Example
Text Example
White with #919FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FA0; }
p { color: rgb(145,159,160); }
H1.HeaderClassName
{
color: #919FA0;
}
.AnyTagClassName
{
color: #919FA0;
}
</style>
background-color css
<style>
a { background-color: #919FA0; }
a { background-color: rgb(145,159,160); }
div.DivClassName
{
background-color: #919FA0;
}
.BgClassName
{
background-color: #919FA0;
}
</style>
border-color css
<style>
span { border-color: #919FA0; }
span { border-color: rgb(145,159,160); }
td.TdClassName
{
border-color: #919FA0;
}
.TagClassName
{
border-color: #919FA0;
}
</style>