Shades of Arapawa #1F5160
Tints of Arapawa #1F5160
RGB
CMYK
RGB Variations
Color information
#1F5160 (or 0x1F5160) is known color: Arapawa. HEX triplet: 1F, 51 and 60. RGB value is (31,81,96). Sum of RGB (Red+Green+Blue) = 31+81+96=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #1F5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5160 is #E0AE9F. Grayscale: #434343. Windows color (decimal): -14724768 or 6312223. OLE color: 6312223.
HSL color Cylindrical-coordinate representation of color #1F5160: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5160 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 81 | 96 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.62 |
| HSL | 193.85º | 0.51% | 0.25% | - |
| HSV(B) | 193.85º | 0.68% | 0.38% | - |
| XYZ | 5.62 | 7.02 | 12.13 | - |
| YUV | 67.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 96 | 0.68 | 0.16 | 0 | 0.62 | 193.85 | 0.51 | 0.25 |
| Hex | 1F | 51 | 60 | 44 | 10 | 0 | 3E | C2 | 33 | 19 |
| Octal | 37 | 121 | 140 | 104 | 20 | 0 | 76 | 302 | 63 | 31 |
| Binary | 11111 | 1010001 | 1100000 | 1000100 | 10000 | 0 | 111110 | 11000010 | 110011 | 11001 |
Color Harmonies of #1F5160
Complementary color
Monochromatic Colors of #1F5160
Black with #1F5160
Text Example
Text Example
White with #1F5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5160; }
p { color: rgb(31,81,96); }
H1.HeaderClassName
{
color: #1F5160;
}
.AnyTagClassName
{
color: #1F5160;
}
</style>
background-color css
<style>
a { background-color: #1F5160; }
a { background-color: rgb(31,81,96); }
div.DivClassName
{
background-color: #1F5160;
}
.BgClassName
{
background-color: #1F5160;
}
</style>
border-color css
<style>
span { border-color: #1F5160; }
span { border-color: rgb(31,81,96); }
td.TdClassName
{
border-color: #1F5160;
}
.TagClassName
{
border-color: #1F5160;
}
</style>