Shades of Arapawa #1F486D
Tints of Arapawa #1F486D
RGB
CMYK
RGB Variations
Color information
#1F486D (or 0x1F486D) is known color: Arapawa. HEX triplet: 1F, 48 and 6D. RGB value is (31,72,109). Sum of RGB (Red+Green+Blue) = 31+72+109=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F486D is #E0B792. Grayscale: #3F3F3F. Windows color (decimal): -14727059 or 7161887. OLE color: 7161887.
HSL color Cylindrical-coordinate representation of color #1F486D: hue angle of 208.46º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F486D is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 72 | 109 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.57 |
| HSL | 208.46º | 0.56% | 0.27% | - |
| HSV(B) | 208.46º | 0.72% | 0.43% | - |
| XYZ | 5.64 | 6.03 | 15.33 | - |
| YUV | 63.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 109 | 0.72 | 0.34 | 0 | 0.57 | 208.46 | 0.56 | 0.27 |
| Hex | 1F | 48 | 6D | 48 | 22 | 0 | 39 | D0 | 38 | 1B |
| Octal | 37 | 110 | 155 | 110 | 42 | 0 | 71 | 320 | 70 | 33 |
| Binary | 11111 | 1001000 | 1101101 | 1001000 | 100010 | 0 | 111001 | 11010000 | 111000 | 11011 |
Color Harmonies of #1F486D
Complementary color
Monochromatic Colors of #1F486D
Black with #1F486D
Text Example
Text Example
White with #1F486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F486D; }
p { color: rgb(31,72,109); }
H1.HeaderClassName
{
color: #1F486D;
}
.AnyTagClassName
{
color: #1F486D;
}
</style>
background-color css
<style>
a { background-color: #1F486D; }
a { background-color: rgb(31,72,109); }
div.DivClassName
{
background-color: #1F486D;
}
.BgClassName
{
background-color: #1F486D;
}
</style>
border-color css
<style>
span { border-color: #1F486D; }
span { border-color: rgb(31,72,109); }
td.TdClassName
{
border-color: #1F486D;
}
.TagClassName
{
border-color: #1F486D;
}
</style>