Shades of Arapawa #1E5065
Tints of Arapawa #1E5065
RGB
CMYK
RGB Variations
Color information
#1E5065 (or 0x1E5065) is known color: Arapawa. HEX triplet: 1E, 50 and 65. RGB value is (30,80,101). Sum of RGB (Red+Green+Blue) = 30+80+101=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #1E5065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5065 is #E1AF9A. Grayscale: #434343. Windows color (decimal): -14790555 or 6639646. OLE color: 6639646.
HSL color Cylindrical-coordinate representation of color #1E5065: hue angle of 197.75º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5065 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 80 | 101 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.60 |
| HSL | 197.75º | 0.54% | 0.26% | - |
| HSV(B) | 197.75º | 0.7% | 0.4% | - |
| XYZ | 5.75 | 6.95 | 13.35 | - |
| YUV | 67.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 101 | 0.70 | 0.21 | 0 | 0.60 | 197.75 | 0.54 | 0.26 |
| Hex | 1E | 50 | 65 | 46 | 15 | 0 | 3C | C6 | 36 | 1A |
| Octal | 36 | 120 | 145 | 106 | 25 | 0 | 74 | 306 | 66 | 32 |
| Binary | 11110 | 1010000 | 1100101 | 1000110 | 10101 | 0 | 111100 | 11000110 | 110110 | 11010 |
Color Harmonies of #1E5065
Complementary color
Monochromatic Colors of #1E5065
Black with #1E5065
Text Example
Text Example
White with #1E5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5065; }
p { color: rgb(30,80,101); }
H1.HeaderClassName
{
color: #1E5065;
}
.AnyTagClassName
{
color: #1E5065;
}
</style>
background-color css
<style>
a { background-color: #1E5065; }
a { background-color: rgb(30,80,101); }
div.DivClassName
{
background-color: #1E5065;
}
.BgClassName
{
background-color: #1E5065;
}
</style>
border-color css
<style>
span { border-color: #1E5065; }
span { border-color: rgb(30,80,101); }
td.TdClassName
{
border-color: #1E5065;
}
.TagClassName
{
border-color: #1E5065;
}
</style>