Shades of Arapawa #185163
Tints of Arapawa #185163
RGB
CMYK
RGB Variations
Color information
#185163 (or 0x185163) is known color: Arapawa. HEX triplet: 18, 51 and 63. RGB value is (24,81,99). Sum of RGB (Red+Green+Blue) = 24+81+99=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #185163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185163 is #E7AE9C. Grayscale: #414141. Windows color (decimal): -15183517 or 6508824. OLE color: 6508824.
HSL color Cylindrical-coordinate representation of color #185163: hue angle of 194.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185163 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 81 | 99 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.61 |
| HSL | 194.4º | 0.61% | 0.24% | - |
| HSV(B) | 194.4º | 0.76% | 0.39% | - |
| XYZ | 5.57 | 6.98 | 12.86 | - |
| YUV | 66.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 99 | 0.76 | 0.18 | 0 | 0.61 | 194.4 | 0.61 | 0.24 |
| Hex | 18 | 51 | 63 | 4C | 12 | 0 | 3D | C2 | 3D | 18 |
| Octal | 30 | 121 | 143 | 114 | 22 | 0 | 75 | 302 | 75 | 30 |
| Binary | 11000 | 1010001 | 1100011 | 1001100 | 10010 | 0 | 111101 | 11000010 | 111101 | 11000 |
Color Harmonies of #185163
Complementary color
Monochromatic Colors of #185163
Black with #185163
Text Example
Text Example
White with #185163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185163; }
p { color: rgb(24,81,99); }
H1.HeaderClassName
{
color: #185163;
}
.AnyTagClassName
{
color: #185163;
}
</style>
background-color css
<style>
a { background-color: #185163; }
a { background-color: rgb(24,81,99); }
div.DivClassName
{
background-color: #185163;
}
.BgClassName
{
background-color: #185163;
}
</style>
border-color css
<style>
span { border-color: #185163; }
span { border-color: rgb(24,81,99); }
td.TdClassName
{
border-color: #185163;
}
.TagClassName
{
border-color: #185163;
}
</style>