Shades of Arapawa #1F4D5F
Tints of Arapawa #1F4D5F
RGB
CMYK
RGB Variations
Color information
#1F4D5F (or 0x1F4D5F) is known color: Arapawa. HEX triplet: 1F, 4D and 5F. RGB value is (31,77,95). Sum of RGB (Red+Green+Blue) = 31+77+95=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F4D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D5F is #E0B2A0. Grayscale: #414141. Windows color (decimal): -14725793 or 6245663. OLE color: 6245663.
HSL color Cylindrical-coordinate representation of color #1F4D5F: hue angle of 196.88º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F4D5F is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 77 | 95 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.63 |
| HSL | 196.88º | 0.51% | 0.25% | - |
| HSV(B) | 196.88º | 0.67% | 0.37% | - |
| XYZ | 5.28 | 6.43 | 11.79 | - |
| YUV | 65.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 95 | 0.67 | 0.19 | 0 | 0.63 | 196.88 | 0.51 | 0.25 |
| Hex | 1F | 4D | 5F | 43 | 13 | 0 | 3F | C5 | 33 | 19 |
| Octal | 37 | 115 | 137 | 103 | 23 | 0 | 77 | 305 | 63 | 31 |
| Binary | 11111 | 1001101 | 1011111 | 1000011 | 10011 | 0 | 111111 | 11000101 | 110011 | 11001 |
Color Harmonies of #1F4D5F
Complementary color
Monochromatic Colors of #1F4D5F
Black with #1F4D5F
Text Example
Text Example
White with #1F4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D5F; }
p { color: rgb(31,77,95); }
H1.HeaderClassName
{
color: #1F4D5F;
}
.AnyTagClassName
{
color: #1F4D5F;
}
</style>
background-color css
<style>
a { background-color: #1F4D5F; }
a { background-color: rgb(31,77,95); }
div.DivClassName
{
background-color: #1F4D5F;
}
.BgClassName
{
background-color: #1F4D5F;
}
</style>
border-color css
<style>
span { border-color: #1F4D5F; }
span { border-color: rgb(31,77,95); }
td.TdClassName
{
border-color: #1F4D5F;
}
.TagClassName
{
border-color: #1F4D5F;
}
</style>