Shades of Arapawa #185265
Tints of Arapawa #185265
RGB
CMYK
RGB Variations
Color information
#185265 (or 0x185265) is known color: Arapawa. HEX triplet: 18, 52 and 65. RGB value is (24,82,101). Sum of RGB (Red+Green+Blue) = 24+82+101=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #185265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185265 is #E7AD9A. Grayscale: #424242. Windows color (decimal): -15183259 or 6640152. OLE color: 6640152.
HSL color Cylindrical-coordinate representation of color #185265: hue angle of 194.81º 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 #185265 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 82 | 101 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.60 |
| HSL | 194.81º | 0.62% | 0.25% | - |
| HSV(B) | 194.81º | 0.76% | 0.4% | - |
| XYZ | 5.74 | 7.17 | 13.39 | - |
| YUV | 66.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 101 | 0.76 | 0.19 | 0 | 0.60 | 194.81 | 0.62 | 0.25 |
| Hex | 18 | 52 | 65 | 4C | 13 | 0 | 3C | C3 | 3E | 19 |
| Octal | 30 | 122 | 145 | 114 | 23 | 0 | 74 | 303 | 76 | 31 |
| Binary | 11000 | 1010010 | 1100101 | 1001100 | 10011 | 0 | 111100 | 11000011 | 111110 | 11001 |
Color Harmonies of #185265
Complementary color
Monochromatic Colors of #185265
Black with #185265
Text Example
Text Example
White with #185265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185265; }
p { color: rgb(24,82,101); }
H1.HeaderClassName
{
color: #185265;
}
.AnyTagClassName
{
color: #185265;
}
</style>
background-color css
<style>
a { background-color: #185265; }
a { background-color: rgb(24,82,101); }
div.DivClassName
{
background-color: #185265;
}
.BgClassName
{
background-color: #185265;
}
</style>
border-color css
<style>
span { border-color: #185265; }
span { border-color: rgb(24,82,101); }
td.TdClassName
{
border-color: #185265;
}
.TagClassName
{
border-color: #185265;
}
</style>