Shades of Arapawa #1F4963
Tints of Arapawa #1F4963
RGB
CMYK
RGB Variations
Color information
#1F4963 (or 0x1F4963) is known color: Arapawa. HEX triplet: 1F, 49 and 63. RGB value is (31,73,99). Sum of RGB (Red+Green+Blue) = 31+73+99=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4963 is #E0B69C. Grayscale: #3F3F3F. Windows color (decimal): -14726813 or 6506783. OLE color: 6506783.
HSL color Cylindrical-coordinate representation of color #1F4963: hue angle of 202.94º 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 #1F4963 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 73 | 99 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.61 |
| HSL | 202.94º | 0.52% | 0.25% | - |
| HSV(B) | 202.94º | 0.69% | 0.39% | - |
| XYZ | 5.2 | 5.96 | 12.68 | - |
| YUV | 63.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 99 | 0.69 | 0.26 | 0 | 0.61 | 202.94 | 0.52 | 0.25 |
| Hex | 1F | 49 | 63 | 45 | 1A | 0 | 3D | CB | 34 | 19 |
| Octal | 37 | 111 | 143 | 105 | 32 | 0 | 75 | 313 | 64 | 31 |
| Binary | 11111 | 1001001 | 1100011 | 1000101 | 11010 | 0 | 111101 | 11001011 | 110100 | 11001 |
Color Harmonies of #1F4963
Complementary color
Monochromatic Colors of #1F4963
Black with #1F4963
Text Example
Text Example
White with #1F4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4963; }
p { color: rgb(31,73,99); }
H1.HeaderClassName
{
color: #1F4963;
}
.AnyTagClassName
{
color: #1F4963;
}
</style>
background-color css
<style>
a { background-color: #1F4963; }
a { background-color: rgb(31,73,99); }
div.DivClassName
{
background-color: #1F4963;
}
.BgClassName
{
background-color: #1F4963;
}
</style>
border-color css
<style>
span { border-color: #1F4963; }
span { border-color: rgb(31,73,99); }
td.TdClassName
{
border-color: #1F4963;
}
.TagClassName
{
border-color: #1F4963;
}
</style>