Shades of Arapawa #1F4D68
Tints of Arapawa #1F4D68
RGB
CMYK
RGB Variations
Color information
#1F4D68 (or 0x1F4D68) is known color: Arapawa. HEX triplet: 1F, 4D and 68. RGB value is (31,77,104). Sum of RGB (Red+Green+Blue) = 31+77+104=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F4D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D68 is #E0B297. Grayscale: #424242. Windows color (decimal): -14725784 or 6835487. OLE color: 6835487.
HSL color Cylindrical-coordinate representation of color #1F4D68: hue angle of 202.19º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F4D68 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 77 | 104 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.59 |
| HSL | 202.19º | 0.54% | 0.26% | - |
| HSV(B) | 202.19º | 0.7% | 0.41% | - |
| XYZ | 5.72 | 6.6 | 14.07 | - |
| YUV | 66.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 104 | 0.70 | 0.26 | 0 | 0.59 | 202.19 | 0.54 | 0.26 |
| Hex | 1F | 4D | 68 | 46 | 1A | 0 | 3B | CA | 36 | 1A |
| Octal | 37 | 115 | 150 | 106 | 32 | 0 | 73 | 312 | 66 | 32 |
| Binary | 11111 | 1001101 | 1101000 | 1000110 | 11010 | 0 | 111011 | 11001010 | 110110 | 11010 |
Color Harmonies of #1F4D68
Complementary color
Monochromatic Colors of #1F4D68
Black with #1F4D68
Text Example
Text Example
White with #1F4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D68; }
p { color: rgb(31,77,104); }
H1.HeaderClassName
{
color: #1F4D68;
}
.AnyTagClassName
{
color: #1F4D68;
}
</style>
background-color css
<style>
a { background-color: #1F4D68; }
a { background-color: rgb(31,77,104); }
div.DivClassName
{
background-color: #1F4D68;
}
.BgClassName
{
background-color: #1F4D68;
}
</style>
border-color css
<style>
span { border-color: #1F4D68; }
span { border-color: rgb(31,77,104); }
td.TdClassName
{
border-color: #1F4D68;
}
.TagClassName
{
border-color: #1F4D68;
}
</style>