Shades of Arapawa #1F5368
Tints of Arapawa #1F5368
RGB
CMYK
RGB Variations
Color information
#1F5368 (or 0x1F5368) is known color: Arapawa. HEX triplet: 1F, 53 and 68. RGB value is (31,83,104). Sum of RGB (Red+Green+Blue) = 31+83+104=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F5368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5368 is #E0AC97. Grayscale: #454545. Windows color (decimal): -14724248 or 6837023. OLE color: 6837023.
HSL color Cylindrical-coordinate representation of color #1F5368: hue angle of 197.26º 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 #1F5368 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 83 | 104 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.59 |
| HSL | 197.26º | 0.54% | 0.26% | - |
| HSV(B) | 197.26º | 0.7% | 0.41% | - |
| XYZ | 6.16 | 7.48 | 14.22 | - |
| YUV | 69.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 104 | 0.70 | 0.20 | 0 | 0.59 | 197.26 | 0.54 | 0.26 |
| Hex | 1F | 53 | 68 | 46 | 14 | 0 | 3B | C5 | 36 | 1A |
| Octal | 37 | 123 | 150 | 106 | 24 | 0 | 73 | 305 | 66 | 32 |
| Binary | 11111 | 1010011 | 1101000 | 1000110 | 10100 | 0 | 111011 | 11000101 | 110110 | 11010 |
Color Harmonies of #1F5368
Complementary color
Monochromatic Colors of #1F5368
Black with #1F5368
Text Example
Text Example
White with #1F5368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5368; }
p { color: rgb(31,83,104); }
H1.HeaderClassName
{
color: #1F5368;
}
.AnyTagClassName
{
color: #1F5368;
}
</style>
background-color css
<style>
a { background-color: #1F5368; }
a { background-color: rgb(31,83,104); }
div.DivClassName
{
background-color: #1F5368;
}
.BgClassName
{
background-color: #1F5368;
}
</style>
border-color css
<style>
span { border-color: #1F5368; }
span { border-color: rgb(31,83,104); }
td.TdClassName
{
border-color: #1F5368;
}
.TagClassName
{
border-color: #1F5368;
}
</style>