Shades of Arapawa #155068
Tints of Arapawa #155068
RGB
CMYK
RGB Variations
Color information
#155068 (or 0x155068) is known color: Arapawa. HEX triplet: 15, 50 and 68. RGB value is (21,80,104). Sum of RGB (Red+Green+Blue) = 21+80+104=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #155068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155068 is #EAAF97. Grayscale: #404040. Windows color (decimal): -15380376 or 6836245. OLE color: 6836245.
HSL color Cylindrical-coordinate representation of color #155068: hue angle of 197.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155068 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 80 | 104 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.59 |
| HSL | 197.35º | 0.66% | 0.25% | - |
| HSV(B) | 197.35º | 0.8% | 0.41% | - |
| XYZ | 5.68 | 6.9 | 14.13 | - |
| YUV | 65.1 | 149.95 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 104 | 0.80 | 0.23 | 0 | 0.59 | 197.35 | 0.66 | 0.25 |
| Hex | 15 | 50 | 68 | 50 | 17 | 0 | 3B | C5 | 42 | 19 |
| Octal | 25 | 120 | 150 | 120 | 27 | 0 | 73 | 305 | 102 | 31 |
| Binary | 10101 | 1010000 | 1101000 | 1010000 | 10111 | 0 | 111011 | 11000101 | 1000010 | 11001 |
Color Harmonies of #155068
Complementary color
Monochromatic Colors of #155068
Black with #155068
Text Example
Text Example
White with #155068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155068; }
p { color: rgb(21,80,104); }
H1.HeaderClassName
{
color: #155068;
}
.AnyTagClassName
{
color: #155068;
}
</style>
background-color css
<style>
a { background-color: #155068; }
a { background-color: rgb(21,80,104); }
div.DivClassName
{
background-color: #155068;
}
.BgClassName
{
background-color: #155068;
}
</style>
border-color css
<style>
span { border-color: #155068; }
span { border-color: rgb(21,80,104); }
td.TdClassName
{
border-color: #155068;
}
.TagClassName
{
border-color: #155068;
}
</style>