Shades of Submarine #94A1A3
Tints of Submarine #94A1A3
RGB
CMYK
RGB Variations
Color information
#94A1A3 (or 0x94A1A3) is known color: Submarine. HEX triplet: 94, A1 and A3. RGB value is (148,161,163). Sum of RGB (Red+Green+Blue) = 148+161+163=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 163 - color contains mainly: blue. Hex color #94A1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1A3 is #6B5E5C. Grayscale: #9D9D9D. Windows color (decimal): -7036509 or 10723732. OLE color: 10723732.
HSL color Cylindrical-coordinate representation of color #94A1A3: hue angle of 188º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A1A3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 161 | 163 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.36 |
| HSL | 188º | 0.08% | 0.61% | - |
| HSV(B) | 188º | 0.09% | 0.64% | - |
| XYZ | 31.57 | 34.43 | 39.63 | - |
| YUV | 157.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 163 | 0.09 | 0.01 | 0 | 0.36 | 188 | 0.08 | 0.61 |
| Hex | 94 | A1 | A3 | 9 | 1 | 0 | 24 | BC | 8 | 3D |
| Octal | 224 | 241 | 243 | 11 | 1 | 0 | 44 | 274 | 10 | 75 |
| Binary | 10010100 | 10100001 | 10100011 | 1001 | 1 | 0 | 100100 | 10111100 | 1000 | 111101 |
Color Harmonies of #94A1A3
Complementary color
Monochromatic Colors of #94A1A3
Black with #94A1A3
Text Example
Text Example
White with #94A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1A3; }
p { color: rgb(148,161,163); }
H1.HeaderClassName
{
color: #94A1A3;
}
.AnyTagClassName
{
color: #94A1A3;
}
</style>
background-color css
<style>
a { background-color: #94A1A3; }
a { background-color: rgb(148,161,163); }
div.DivClassName
{
background-color: #94A1A3;
}
.BgClassName
{
background-color: #94A1A3;
}
</style>
border-color css
<style>
span { border-color: #94A1A3; }
span { border-color: rgb(148,161,163); }
td.TdClassName
{
border-color: #94A1A3;
}
.TagClassName
{
border-color: #94A1A3;
}
</style>