Shades of Arapawa #155264
Tints of Arapawa #155264
RGB
CMYK
RGB Variations
Color information
#155264 (or 0x155264) is known color: Arapawa. HEX triplet: 15, 52 and 64. RGB value is (21,82,100). Sum of RGB (Red+Green+Blue) = 21+82+100=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #155264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155264 is #EAAD9B. Grayscale: #414141. Windows color (decimal): -15379868 or 6574613. OLE color: 6574613.
HSL color Cylindrical-coordinate representation of color #155264: hue angle of 193.67º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155264 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 82 | 100 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.61 |
| HSL | 193.67º | 0.65% | 0.24% | - |
| HSV(B) | 193.67º | 0.79% | 0.39% | - |
| XYZ | 5.63 | 7.11 | 13.13 | - |
| YUV | 65.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 100 | 0.79 | 0.18 | 0 | 0.61 | 193.67 | 0.65 | 0.24 |
| Hex | 15 | 52 | 64 | 4F | 12 | 0 | 3D | C2 | 41 | 18 |
| Octal | 25 | 122 | 144 | 117 | 22 | 0 | 75 | 302 | 101 | 30 |
| Binary | 10101 | 1010010 | 1100100 | 1001111 | 10010 | 0 | 111101 | 11000010 | 1000001 | 11000 |
Color Harmonies of #155264
Complementary color
Monochromatic Colors of #155264
Black with #155264
Text Example
Text Example
White with #155264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155264; }
p { color: rgb(21,82,100); }
H1.HeaderClassName
{
color: #155264;
}
.AnyTagClassName
{
color: #155264;
}
</style>
background-color css
<style>
a { background-color: #155264; }
a { background-color: rgb(21,82,100); }
div.DivClassName
{
background-color: #155264;
}
.BgClassName
{
background-color: #155264;
}
</style>
border-color css
<style>
span { border-color: #155264; }
span { border-color: rgb(21,82,100); }
td.TdClassName
{
border-color: #155264;
}
.TagClassName
{
border-color: #155264;
}
</style>