Shades of Arapawa #1E5563
Tints of Arapawa #1E5563
RGB
CMYK
RGB Variations
Color information
#1E5563 (or 0x1E5563) is known color: Arapawa. HEX triplet: 1E, 55 and 63. RGB value is (30,85,99). Sum of RGB (Red+Green+Blue) = 30+85+99=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5563 is #E1AA9C. Grayscale: #464646. Windows color (decimal): -14789277 or 6509854. OLE color: 6509854.
HSL color Cylindrical-coordinate representation of color #1E5563: hue angle of 192.17º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5563 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 85 | 99 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.61 |
| HSL | 192.17º | 0.53% | 0.25% | - |
| HSV(B) | 192.17º | 0.7% | 0.39% | - |
| XYZ | 6.04 | 7.67 | 12.97 | - |
| YUV | 70.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 99 | 0.70 | 0.14 | 0 | 0.61 | 192.17 | 0.53 | 0.25 |
| Hex | 1E | 55 | 63 | 46 | E | 0 | 3D | C0 | 35 | 19 |
| Octal | 36 | 125 | 143 | 106 | 16 | 0 | 75 | 300 | 65 | 31 |
| Binary | 11110 | 1010101 | 1100011 | 1000110 | 1110 | 0 | 111101 | 11000000 | 110101 | 11001 |
Color Harmonies of #1E5563
Complementary color
Monochromatic Colors of #1E5563
Black with #1E5563
Text Example
Text Example
White with #1E5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5563; }
p { color: rgb(30,85,99); }
H1.HeaderClassName
{
color: #1E5563;
}
.AnyTagClassName
{
color: #1E5563;
}
</style>
background-color css
<style>
a { background-color: #1E5563; }
a { background-color: rgb(30,85,99); }
div.DivClassName
{
background-color: #1E5563;
}
.BgClassName
{
background-color: #1E5563;
}
</style>
border-color css
<style>
span { border-color: #1E5563; }
span { border-color: rgb(30,85,99); }
td.TdClassName
{
border-color: #1E5563;
}
.TagClassName
{
border-color: #1E5563;
}
</style>