Shades of Arapawa #1F5461
Tints of Arapawa #1F5461
RGB
CMYK
RGB Variations
Color information
#1F5461 (or 0x1F5461) is known color: Arapawa. HEX triplet: 1F, 54 and 61. RGB value is (31,84,97). Sum of RGB (Red+Green+Blue) = 31+84+97=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5461 is #E0AB9E. Grayscale: #454545. Windows color (decimal): -14723999 or 6378527. OLE color: 6378527.
HSL color Cylindrical-coordinate representation of color #1F5461: hue angle of 191.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F5461 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 84 | 97 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.62 |
| HSL | 191.82º | 0.52% | 0.25% | - |
| HSV(B) | 191.82º | 0.68% | 0.38% | - |
| XYZ | 5.89 | 7.5 | 12.45 | - |
| YUV | 69.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 97 | 0.68 | 0.13 | 0 | 0.62 | 191.82 | 0.52 | 0.25 |
| Hex | 1F | 54 | 61 | 44 | D | 0 | 3E | C0 | 34 | 19 |
| Octal | 37 | 124 | 141 | 104 | 15 | 0 | 76 | 300 | 64 | 31 |
| Binary | 11111 | 1010100 | 1100001 | 1000100 | 1101 | 0 | 111110 | 11000000 | 110100 | 11001 |
Color Harmonies of #1F5461
Complementary color
Monochromatic Colors of #1F5461
Black with #1F5461
Text Example
Text Example
White with #1F5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5461; }
p { color: rgb(31,84,97); }
H1.HeaderClassName
{
color: #1F5461;
}
.AnyTagClassName
{
color: #1F5461;
}
</style>
background-color css
<style>
a { background-color: #1F5461; }
a { background-color: rgb(31,84,97); }
div.DivClassName
{
background-color: #1F5461;
}
.BgClassName
{
background-color: #1F5461;
}
</style>
border-color css
<style>
span { border-color: #1F5461; }
span { border-color: rgb(31,84,97); }
td.TdClassName
{
border-color: #1F5461;
}
.TagClassName
{
border-color: #1F5461;
}
</style>