Shades of Arapawa #155265
Tints of Arapawa #155265
RGB
CMYK
RGB Variations
Color information
#155265 (or 0x155265) is known color: Arapawa. HEX triplet: 15, 52 and 65. RGB value is (21,82,101). Sum of RGB (Red+Green+Blue) = 21+82+101=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #155265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155265 is #EAAD9A. Grayscale: #414141. Windows color (decimal): -15379867 or 6640149. OLE color: 6640149.
HSL color Cylindrical-coordinate representation of color #155265: hue angle of 194.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155265 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 82 | 101 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.60 |
| HSL | 194.25º | 0.66% | 0.24% | - |
| HSV(B) | 194.25º | 0.79% | 0.4% | - |
| XYZ | 5.68 | 7.13 | 13.39 | - |
| YUV | 65.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 101 | 0.79 | 0.19 | 0 | 0.60 | 194.25 | 0.66 | 0.24 |
| Hex | 15 | 52 | 65 | 4F | 13 | 0 | 3C | C2 | 42 | 18 |
| Octal | 25 | 122 | 145 | 117 | 23 | 0 | 74 | 302 | 102 | 30 |
| Binary | 10101 | 1010010 | 1100101 | 1001111 | 10011 | 0 | 111100 | 11000010 | 1000010 | 11000 |
Color Harmonies of #155265
Complementary color
Monochromatic Colors of #155265
Black with #155265
Text Example
Text Example
White with #155265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155265; }
p { color: rgb(21,82,101); }
H1.HeaderClassName
{
color: #155265;
}
.AnyTagClassName
{
color: #155265;
}
</style>
background-color css
<style>
a { background-color: #155265; }
a { background-color: rgb(21,82,101); }
div.DivClassName
{
background-color: #155265;
}
.BgClassName
{
background-color: #155265;
}
</style>
border-color css
<style>
span { border-color: #155265; }
span { border-color: rgb(21,82,101); }
td.TdClassName
{
border-color: #155265;
}
.TagClassName
{
border-color: #155265;
}
</style>