Shades of Arapawa #185263
Tints of Arapawa #185263
RGB
CMYK
RGB Variations
Color information
#185263 (or 0x185263) is known color: Arapawa. HEX triplet: 18, 52 and 63. RGB value is (24,82,99). Sum of RGB (Red+Green+Blue) = 24+82+99=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #185263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185263 is #E7AD9C. Grayscale: #424242. Windows color (decimal): -15183261 or 6509080. OLE color: 6509080.
HSL color Cylindrical-coordinate representation of color #185263: hue angle of 193.6º 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 #185263 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 82 | 99 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.61 |
| HSL | 193.6º | 0.61% | 0.24% | - |
| HSV(B) | 193.6º | 0.76% | 0.39% | - |
| XYZ | 5.65 | 7.13 | 12.88 | - |
| YUV | 66.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 99 | 0.76 | 0.17 | 0 | 0.61 | 193.6 | 0.61 | 0.24 |
| Hex | 18 | 52 | 63 | 4C | 11 | 0 | 3D | C2 | 3D | 18 |
| Octal | 30 | 122 | 143 | 114 | 21 | 0 | 75 | 302 | 75 | 30 |
| Binary | 11000 | 1010010 | 1100011 | 1001100 | 10001 | 0 | 111101 | 11000010 | 111101 | 11000 |
Color Harmonies of #185263
Complementary color
Monochromatic Colors of #185263
Black with #185263
Text Example
Text Example
White with #185263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185263; }
p { color: rgb(24,82,99); }
H1.HeaderClassName
{
color: #185263;
}
.AnyTagClassName
{
color: #185263;
}
</style>
background-color css
<style>
a { background-color: #185263; }
a { background-color: rgb(24,82,99); }
div.DivClassName
{
background-color: #185263;
}
.BgClassName
{
background-color: #185263;
}
</style>
border-color css
<style>
span { border-color: #185263; }
span { border-color: rgb(24,82,99); }
td.TdClassName
{
border-color: #185263;
}
.TagClassName
{
border-color: #185263;
}
</style>