Shades of Arapawa #1F5764
Tints of Arapawa #1F5764
RGB
CMYK
RGB Variations
Color information
#1F5764 (or 0x1F5764) is known color: Arapawa. HEX triplet: 1F, 57 and 64. RGB value is (31,87,100). Sum of RGB (Red+Green+Blue) = 31+87+100=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F5764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5764 is #E0A89B. Grayscale: #474747. Windows color (decimal): -14723228 or 6575903. OLE color: 6575903.
HSL color Cylindrical-coordinate representation of color #1F5764: hue angle of 191.3º 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 #1F5764 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 87 | 100 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.61 |
| HSL | 191.3º | 0.53% | 0.26% | - |
| HSV(B) | 191.3º | 0.69% | 0.39% | - |
| XYZ | 6.27 | 8.03 | 13.28 | - |
| YUV | 71.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 87 | 100 | 0.69 | 0.13 | 0 | 0.61 | 191.3 | 0.53 | 0.26 |
| Hex | 1F | 57 | 64 | 45 | D | 0 | 3D | BF | 35 | 1A |
| Octal | 37 | 127 | 144 | 105 | 15 | 0 | 75 | 277 | 65 | 32 |
| Binary | 11111 | 1010111 | 1100100 | 1000101 | 1101 | 0 | 111101 | 10111111 | 110101 | 11010 |
Color Harmonies of #1F5764
Complementary color
Monochromatic Colors of #1F5764
Black with #1F5764
Text Example
Text Example
White with #1F5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5764; }
p { color: rgb(31,87,100); }
H1.HeaderClassName
{
color: #1F5764;
}
.AnyTagClassName
{
color: #1F5764;
}
</style>
background-color css
<style>
a { background-color: #1F5764; }
a { background-color: rgb(31,87,100); }
div.DivClassName
{
background-color: #1F5764;
}
.BgClassName
{
background-color: #1F5764;
}
</style>
border-color css
<style>
span { border-color: #1F5764; }
span { border-color: rgb(31,87,100); }
td.TdClassName
{
border-color: #1F5764;
}
.TagClassName
{
border-color: #1F5764;
}
</style>