Shades of Arapawa #1F5663
Tints of Arapawa #1F5663
RGB
CMYK
RGB Variations
Color information
#1F5663 (or 0x1F5663) is known color: Arapawa. HEX triplet: 1F, 56 and 63. RGB value is (31,86,99). Sum of RGB (Red+Green+Blue) = 31+86+99=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5663 is #E0A99C. Grayscale: #464646. Windows color (decimal): -14723485 or 6510111. OLE color: 6510111.
HSL color Cylindrical-coordinate representation of color #1F5663: hue angle of 191.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5663 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 86 | 99 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.61 |
| HSL | 191.47º | 0.52% | 0.25% | - |
| HSV(B) | 191.47º | 0.69% | 0.39% | - |
| XYZ | 6.14 | 7.85 | 13 | - |
| YUV | 71.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 99 | 0.69 | 0.13 | 0 | 0.61 | 191.47 | 0.52 | 0.25 |
| Hex | 1F | 56 | 63 | 45 | D | 0 | 3D | BF | 34 | 19 |
| Octal | 37 | 126 | 143 | 105 | 15 | 0 | 75 | 277 | 64 | 31 |
| Binary | 11111 | 1010110 | 1100011 | 1000101 | 1101 | 0 | 111101 | 10111111 | 110100 | 11001 |
Color Harmonies of #1F5663
Complementary color
Monochromatic Colors of #1F5663
Black with #1F5663
Text Example
Text Example
White with #1F5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5663; }
p { color: rgb(31,86,99); }
H1.HeaderClassName
{
color: #1F5663;
}
.AnyTagClassName
{
color: #1F5663;
}
</style>
background-color css
<style>
a { background-color: #1F5663; }
a { background-color: rgb(31,86,99); }
div.DivClassName
{
background-color: #1F5663;
}
.BgClassName
{
background-color: #1F5663;
}
</style>
border-color css
<style>
span { border-color: #1F5663; }
span { border-color: rgb(31,86,99); }
td.TdClassName
{
border-color: #1F5663;
}
.TagClassName
{
border-color: #1F5663;
}
</style>