Shades of Arapawa #1E5163
Tints of Arapawa #1E5163
RGB
CMYK
RGB Variations
Color information
#1E5163 (or 0x1E5163) is known color: Arapawa. HEX triplet: 1E, 51 and 63. RGB value is (30,81,99). Sum of RGB (Red+Green+Blue) = 30+81+99=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5163 is #E1AE9C. Grayscale: #434343. Windows color (decimal): -14790301 or 6508830. OLE color: 6508830.
HSL color Cylindrical-coordinate representation of color #1E5163: hue angle of 195.65º 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 #1E5163 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 81 | 99 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.61 |
| HSL | 195.65º | 0.53% | 0.25% | - |
| HSV(B) | 195.65º | 0.7% | 0.39% | - |
| XYZ | 5.73 | 7.06 | 12.87 | - |
| YUV | 67.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 99 | 0.70 | 0.18 | 0 | 0.61 | 195.65 | 0.53 | 0.25 |
| Hex | 1E | 51 | 63 | 46 | 12 | 0 | 3D | C4 | 35 | 19 |
| Octal | 36 | 121 | 143 | 106 | 22 | 0 | 75 | 304 | 65 | 31 |
| Binary | 11110 | 1010001 | 1100011 | 1000110 | 10010 | 0 | 111101 | 11000100 | 110101 | 11001 |
Color Harmonies of #1E5163
Complementary color
Monochromatic Colors of #1E5163
Black with #1E5163
Text Example
Text Example
White with #1E5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5163; }
p { color: rgb(30,81,99); }
H1.HeaderClassName
{
color: #1E5163;
}
.AnyTagClassName
{
color: #1E5163;
}
</style>
background-color css
<style>
a { background-color: #1E5163; }
a { background-color: rgb(30,81,99); }
div.DivClassName
{
background-color: #1E5163;
}
.BgClassName
{
background-color: #1E5163;
}
</style>
border-color css
<style>
span { border-color: #1E5163; }
span { border-color: rgb(30,81,99); }
td.TdClassName
{
border-color: #1E5163;
}
.TagClassName
{
border-color: #1E5163;
}
</style>