Shades of Arapawa #1F5164
Tints of Arapawa #1F5164
RGB
CMYK
RGB Variations
Color information
#1F5164 (or 0x1F5164) is known color: Arapawa. HEX triplet: 1F, 51 and 64. RGB value is (31,81,100). Sum of RGB (Red+Green+Blue) = 31+81+100=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F5164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5164 is #E0AE9B. Grayscale: #444444. Windows color (decimal): -14724764 or 6574367. OLE color: 6574367.
HSL color Cylindrical-coordinate representation of color #1F5164: hue angle of 196.52º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5164 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 81 | 100 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.61 |
| HSL | 196.52º | 0.53% | 0.26% | - |
| HSV(B) | 196.52º | 0.69% | 0.39% | - |
| XYZ | 5.81 | 7.1 | 13.12 | - |
| YUV | 68.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 100 | 0.69 | 0.19 | 0 | 0.61 | 196.52 | 0.53 | 0.26 |
| Hex | 1F | 51 | 64 | 45 | 13 | 0 | 3D | C5 | 35 | 1A |
| Octal | 37 | 121 | 144 | 105 | 23 | 0 | 75 | 305 | 65 | 32 |
| Binary | 11111 | 1010001 | 1100100 | 1000101 | 10011 | 0 | 111101 | 11000101 | 110101 | 11010 |
Color Harmonies of #1F5164
Complementary color
Monochromatic Colors of #1F5164
Black with #1F5164
Text Example
Text Example
White with #1F5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5164; }
p { color: rgb(31,81,100); }
H1.HeaderClassName
{
color: #1F5164;
}
.AnyTagClassName
{
color: #1F5164;
}
</style>
background-color css
<style>
a { background-color: #1F5164; }
a { background-color: rgb(31,81,100); }
div.DivClassName
{
background-color: #1F5164;
}
.BgClassName
{
background-color: #1F5164;
}
</style>
border-color css
<style>
span { border-color: #1F5164; }
span { border-color: rgb(31,81,100); }
td.TdClassName
{
border-color: #1F5164;
}
.TagClassName
{
border-color: #1F5164;
}
</style>