Shades of Arapawa #1D5065
Tints of Arapawa #1D5065
RGB
CMYK
RGB Variations
Color information
#1D5065 (or 0x1D5065) is known color: Arapawa. HEX triplet: 1D, 50 and 65. RGB value is (29,80,101). Sum of RGB (Red+Green+Blue) = 29+80+101=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D5065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5065 is #E2AF9A. Grayscale: #434343. Windows color (decimal): -14856091 or 6639645. OLE color: 6639645.
HSL color Cylindrical-coordinate representation of color #1D5065: hue angle of 197.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5065 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 80 | 101 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.60 |
| HSL | 197.5º | 0.55% | 0.25% | - |
| HSV(B) | 197.5º | 0.71% | 0.4% | - |
| XYZ | 5.72 | 6.94 | 13.35 | - |
| YUV | 67.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 101 | 0.71 | 0.21 | 0 | 0.60 | 197.5 | 0.55 | 0.25 |
| Hex | 1D | 50 | 65 | 47 | 15 | 0 | 3C | C6 | 37 | 19 |
| Octal | 35 | 120 | 145 | 107 | 25 | 0 | 74 | 306 | 67 | 31 |
| Binary | 11101 | 1010000 | 1100101 | 1000111 | 10101 | 0 | 111100 | 11000110 | 110111 | 11001 |
Color Harmonies of #1D5065
Complementary color
Monochromatic Colors of #1D5065
Black with #1D5065
Text Example
Text Example
White with #1D5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5065; }
p { color: rgb(29,80,101); }
H1.HeaderClassName
{
color: #1D5065;
}
.AnyTagClassName
{
color: #1D5065;
}
</style>
background-color css
<style>
a { background-color: #1D5065; }
a { background-color: rgb(29,80,101); }
div.DivClassName
{
background-color: #1D5065;
}
.BgClassName
{
background-color: #1D5065;
}
</style>
border-color css
<style>
span { border-color: #1D5065; }
span { border-color: rgb(29,80,101); }
td.TdClassName
{
border-color: #1D5065;
}
.TagClassName
{
border-color: #1D5065;
}
</style>