Shades of Arapawa #1D5163
Tints of Arapawa #1D5163
RGB
CMYK
RGB Variations
Color information
#1D5163 (or 0x1D5163) is known color: Arapawa. HEX triplet: 1D, 51 and 63. RGB value is (29,81,99). Sum of RGB (Red+Green+Blue) = 29+81+99=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5163 is #E2AE9C. Grayscale: #434343. Windows color (decimal): -14855837 or 6508829. OLE color: 6508829.
HSL color Cylindrical-coordinate representation of color #1D5163: hue angle of 195.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D5163 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 81 | 99 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.61 |
| HSL | 195.43º | 0.55% | 0.25% | - |
| HSV(B) | 195.43º | 0.71% | 0.39% | - |
| XYZ | 5.7 | 7.05 | 12.86 | - |
| YUV | 67.5 | 145.77 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 99 | 0.71 | 0.18 | 0 | 0.61 | 195.43 | 0.55 | 0.25 |
| Hex | 1D | 51 | 63 | 47 | 12 | 0 | 3D | C3 | 37 | 19 |
| Octal | 35 | 121 | 143 | 107 | 22 | 0 | 75 | 303 | 67 | 31 |
| Binary | 11101 | 1010001 | 1100011 | 1000111 | 10010 | 0 | 111101 | 11000011 | 110111 | 11001 |
Color Harmonies of #1D5163
Complementary color
Monochromatic Colors of #1D5163
Black with #1D5163
Text Example
Text Example
White with #1D5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5163; }
p { color: rgb(29,81,99); }
H1.HeaderClassName
{
color: #1D5163;
}
.AnyTagClassName
{
color: #1D5163;
}
</style>
background-color css
<style>
a { background-color: #1D5163; }
a { background-color: rgb(29,81,99); }
div.DivClassName
{
background-color: #1D5163;
}
.BgClassName
{
background-color: #1D5163;
}
</style>
border-color css
<style>
span { border-color: #1D5163; }
span { border-color: rgb(29,81,99); }
td.TdClassName
{
border-color: #1D5163;
}
.TagClassName
{
border-color: #1D5163;
}
</style>