Shades of Arapawa #1E5663
Tints of Arapawa #1E5663
RGB
CMYK
RGB Variations
Color information
#1E5663 (or 0x1E5663) is known color: Arapawa. HEX triplet: 1E, 56 and 63. RGB value is (30,86,99). Sum of RGB (Red+Green+Blue) = 30+86+99=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5663 is #E1A99C. Grayscale: #464646. Windows color (decimal): -14789021 or 6510110. OLE color: 6510110.
HSL color Cylindrical-coordinate representation of color #1E5663: hue angle of 191.3º 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 #1E5663 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 86 | 99 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.61 |
| HSL | 191.3º | 0.53% | 0.25% | - |
| HSV(B) | 191.3º | 0.7% | 0.39% | - |
| XYZ | 6.12 | 7.83 | 12.99 | - |
| YUV | 70.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 99 | 0.70 | 0.13 | 0 | 0.61 | 191.3 | 0.53 | 0.25 |
| Hex | 1E | 56 | 63 | 46 | D | 0 | 3D | BF | 35 | 19 |
| Octal | 36 | 126 | 143 | 106 | 15 | 0 | 75 | 277 | 65 | 31 |
| Binary | 11110 | 1010110 | 1100011 | 1000110 | 1101 | 0 | 111101 | 10111111 | 110101 | 11001 |
Color Harmonies of #1E5663
Complementary color
Monochromatic Colors of #1E5663
Black with #1E5663
Text Example
Text Example
White with #1E5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5663; }
p { color: rgb(30,86,99); }
H1.HeaderClassName
{
color: #1E5663;
}
.AnyTagClassName
{
color: #1E5663;
}
</style>
background-color css
<style>
a { background-color: #1E5663; }
a { background-color: rgb(30,86,99); }
div.DivClassName
{
background-color: #1E5663;
}
.BgClassName
{
background-color: #1E5663;
}
</style>
border-color css
<style>
span { border-color: #1E5663; }
span { border-color: rgb(30,86,99); }
td.TdClassName
{
border-color: #1E5663;
}
.TagClassName
{
border-color: #1E5663;
}
</style>