Shades of Arapawa #1F4764
Tints of Arapawa #1F4764
RGB
CMYK
RGB Variations
Color information
#1F4764 (or 0x1F4764) is known color: Arapawa. HEX triplet: 1F, 47 and 64. RGB value is (31,71,100). Sum of RGB (Red+Green+Blue) = 31+71+100=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #1F4764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4764 is #E0B89B. Grayscale: #3E3E3E. Windows color (decimal): -14727324 or 6571807. OLE color: 6571807.
HSL color Cylindrical-coordinate representation of color #1F4764: hue angle of 205.22º 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 #1F4764 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 71 | 100 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.61 |
| HSL | 205.22º | 0.53% | 0.26% | - |
| HSV(B) | 205.22º | 0.69% | 0.39% | - |
| XYZ | 5.12 | 5.72 | 12.89 | - |
| YUV | 62.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 100 | 0.69 | 0.29 | 0 | 0.61 | 205.22 | 0.53 | 0.26 |
| Hex | 1F | 47 | 64 | 45 | 1D | 0 | 3D | CD | 35 | 1A |
| Octal | 37 | 107 | 144 | 105 | 35 | 0 | 75 | 315 | 65 | 32 |
| Binary | 11111 | 1000111 | 1100100 | 1000101 | 11101 | 0 | 111101 | 11001101 | 110101 | 11010 |
Color Harmonies of #1F4764
Complementary color
Monochromatic Colors of #1F4764
Black with #1F4764
Text Example
Text Example
White with #1F4764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4764; }
p { color: rgb(31,71,100); }
H1.HeaderClassName
{
color: #1F4764;
}
.AnyTagClassName
{
color: #1F4764;
}
</style>
background-color css
<style>
a { background-color: #1F4764; }
a { background-color: rgb(31,71,100); }
div.DivClassName
{
background-color: #1F4764;
}
.BgClassName
{
background-color: #1F4764;
}
</style>
border-color css
<style>
span { border-color: #1F4764; }
span { border-color: rgb(31,71,100); }
td.TdClassName
{
border-color: #1F4764;
}
.TagClassName
{
border-color: #1F4764;
}
</style>