Shades of Arapawa #185666
Tints of Arapawa #185666
RGB
CMYK
RGB Variations
Color information
#185666 (or 0x185666) is known color: Arapawa. HEX triplet: 18, 56 and 66. RGB value is (24,86,102). Sum of RGB (Red+Green+Blue) = 24+86+102=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #185666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185666 is #E7A999. Grayscale: #454545. Windows color (decimal): -15182234 or 6706712. OLE color: 6706712.
HSL color Cylindrical-coordinate representation of color #185666: hue angle of 192.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185666 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 86 | 102 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.6 |
| HSL | 192.31º | 0.62% | 0.25% | - |
| HSV(B) | 192.31º | 0.76% | 0.4% | - |
| XYZ | 6.1 | 7.81 | 13.76 | - |
| YUV | 69.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 102 | 0.76 | 0.16 | 0 | 0.6 | 192.31 | 0.62 | 0.25 |
| Hex | 18 | 56 | 66 | 4C | 10 | 0 | 3C | C0 | 3E | 19 |
| Octal | 30 | 126 | 146 | 114 | 20 | 0 | 74 | 300 | 76 | 31 |
| Binary | 11000 | 1010110 | 1100110 | 1001100 | 10000 | 0 | 111100 | 11000000 | 111110 | 11001 |
Color Harmonies of #185666
Complementary color
Monochromatic Colors of #185666
Black with #185666
Text Example
Text Example
White with #185666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185666; }
p { color: rgb(24,86,102); }
H1.HeaderClassName
{
color: #185666;
}
.AnyTagClassName
{
color: #185666;
}
</style>
background-color css
<style>
a { background-color: #185666; }
a { background-color: rgb(24,86,102); }
div.DivClassName
{
background-color: #185666;
}
.BgClassName
{
background-color: #185666;
}
</style>
border-color css
<style>
span { border-color: #185666; }
span { border-color: rgb(24,86,102); }
td.TdClassName
{
border-color: #185666;
}
.TagClassName
{
border-color: #185666;
}
</style>