Shades of Arapawa #185162
Tints of Arapawa #185162
RGB
CMYK
RGB Variations
Color information
#185162 (or 0x185162) is known color: Arapawa. HEX triplet: 18, 51 and 62. RGB value is (24,81,98). Sum of RGB (Red+Green+Blue) = 24+81+98=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #185162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185162 is #E7AE9D. Grayscale: #414141. Windows color (decimal): -15183518 or 6443288. OLE color: 6443288.
HSL color Cylindrical-coordinate representation of color #185162: hue angle of 193.78º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185162 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 81 | 98 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.62 |
| HSL | 193.78º | 0.61% | 0.24% | - |
| HSV(B) | 193.78º | 0.76% | 0.38% | - |
| XYZ | 5.52 | 6.96 | 12.61 | - |
| YUV | 65.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 98 | 0.76 | 0.17 | 0 | 0.62 | 193.78 | 0.61 | 0.24 |
| Hex | 18 | 51 | 62 | 4C | 11 | 0 | 3E | C2 | 3D | 18 |
| Octal | 30 | 121 | 142 | 114 | 21 | 0 | 76 | 302 | 75 | 30 |
| Binary | 11000 | 1010001 | 1100010 | 1001100 | 10001 | 0 | 111110 | 11000010 | 111101 | 11000 |
Color Harmonies of #185162
Complementary color
Monochromatic Colors of #185162
Black with #185162
Text Example
Text Example
White with #185162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185162; }
p { color: rgb(24,81,98); }
H1.HeaderClassName
{
color: #185162;
}
.AnyTagClassName
{
color: #185162;
}
</style>
background-color css
<style>
a { background-color: #185162; }
a { background-color: rgb(24,81,98); }
div.DivClassName
{
background-color: #185162;
}
.BgClassName
{
background-color: #185162;
}
</style>
border-color css
<style>
span { border-color: #185162; }
span { border-color: rgb(24,81,98); }
td.TdClassName
{
border-color: #185162;
}
.TagClassName
{
border-color: #185162;
}
</style>