Shades of Arapawa #1D5363
Tints of Arapawa #1D5363
RGB
CMYK
RGB Variations
Color information
#1D5363 (or 0x1D5363) is known color: Arapawa. HEX triplet: 1D, 53 and 63. RGB value is (29,83,99). Sum of RGB (Red+Green+Blue) = 29+83+99=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5363 is #E2AC9C. Grayscale: #444444. Windows color (decimal): -14855325 or 6509341. OLE color: 6509341.
HSL color Cylindrical-coordinate representation of color #1D5363: hue angle of 193.71º 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 #1D5363 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 83 | 99 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.61 |
| HSL | 193.71º | 0.55% | 0.25% | - |
| HSV(B) | 193.71º | 0.71% | 0.39% | - |
| XYZ | 5.85 | 7.35 | 12.91 | - |
| YUV | 68.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 99 | 0.71 | 0.16 | 0 | 0.61 | 193.71 | 0.55 | 0.25 |
| Hex | 1D | 53 | 63 | 47 | 10 | 0 | 3D | C2 | 37 | 19 |
| Octal | 35 | 123 | 143 | 107 | 20 | 0 | 75 | 302 | 67 | 31 |
| Binary | 11101 | 1010011 | 1100011 | 1000111 | 10000 | 0 | 111101 | 11000010 | 110111 | 11001 |
Color Harmonies of #1D5363
Complementary color
Monochromatic Colors of #1D5363
Black with #1D5363
Text Example
Text Example
White with #1D5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5363; }
p { color: rgb(29,83,99); }
H1.HeaderClassName
{
color: #1D5363;
}
.AnyTagClassName
{
color: #1D5363;
}
</style>
background-color css
<style>
a { background-color: #1D5363; }
a { background-color: rgb(29,83,99); }
div.DivClassName
{
background-color: #1D5363;
}
.BgClassName
{
background-color: #1D5363;
}
</style>
border-color css
<style>
span { border-color: #1D5363; }
span { border-color: rgb(29,83,99); }
td.TdClassName
{
border-color: #1D5363;
}
.TagClassName
{
border-color: #1D5363;
}
</style>