Shades of Arapawa #185364
Tints of Arapawa #185364
RGB
CMYK
RGB Variations
Color information
#185364 (or 0x185364) is known color: Arapawa. HEX triplet: 18, 53 and 64. RGB value is (24,83,100). Sum of RGB (Red+Green+Blue) = 24+83+100=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #185364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185364 is #E7AC9B. Grayscale: #434343. Windows color (decimal): -15183004 or 6574872. OLE color: 6574872.
HSL color Cylindrical-coordinate representation of color #185364: hue angle of 193.42º 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 #185364 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 83 | 100 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.61 |
| HSL | 193.42º | 0.61% | 0.24% | - |
| HSV(B) | 193.42º | 0.76% | 0.39% | - |
| XYZ | 5.77 | 7.3 | 13.16 | - |
| YUV | 67.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 100 | 0.76 | 0.17 | 0 | 0.61 | 193.42 | 0.61 | 0.24 |
| Hex | 18 | 53 | 64 | 4C | 11 | 0 | 3D | C1 | 3D | 18 |
| Octal | 30 | 123 | 144 | 114 | 21 | 0 | 75 | 301 | 75 | 30 |
| Binary | 11000 | 1010011 | 1100100 | 1001100 | 10001 | 0 | 111101 | 11000001 | 111101 | 11000 |
Color Harmonies of #185364
Complementary color
Monochromatic Colors of #185364
Black with #185364
Text Example
Text Example
White with #185364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185364; }
p { color: rgb(24,83,100); }
H1.HeaderClassName
{
color: #185364;
}
.AnyTagClassName
{
color: #185364;
}
</style>
background-color css
<style>
a { background-color: #185364; }
a { background-color: rgb(24,83,100); }
div.DivClassName
{
background-color: #185364;
}
.BgClassName
{
background-color: #185364;
}
</style>
border-color css
<style>
span { border-color: #185364; }
span { border-color: rgb(24,83,100); }
td.TdClassName
{
border-color: #185364;
}
.TagClassName
{
border-color: #185364;
}
</style>