Shades of Arapawa #1D4D63
Tints of Arapawa #1D4D63
RGB
CMYK
RGB Variations
Color information
#1D4D63 (or 0x1D4D63) is known color: Arapawa. HEX triplet: 1D, 4D and 63. RGB value is (29,77,99). Sum of RGB (Red+Green+Blue) = 29+77+99=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D4D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D63 is #E2B29C. Grayscale: #414141. Windows color (decimal): -14856861 or 6507805. OLE color: 6507805.
HSL color Cylindrical-coordinate representation of color #1D4D63: hue angle of 198.86º 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 #1D4D63 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 77 | 99 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.61 |
| HSL | 198.86º | 0.55% | 0.25% | - |
| HSV(B) | 198.86º | 0.71% | 0.39% | - |
| XYZ | 5.41 | 6.47 | 12.77 | - |
| YUV | 65.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 99 | 0.71 | 0.22 | 0 | 0.61 | 198.86 | 0.55 | 0.25 |
| Hex | 1D | 4D | 63 | 47 | 16 | 0 | 3D | C7 | 37 | 19 |
| Octal | 35 | 115 | 143 | 107 | 26 | 0 | 75 | 307 | 67 | 31 |
| Binary | 11101 | 1001101 | 1100011 | 1000111 | 10110 | 0 | 111101 | 11000111 | 110111 | 11001 |
Color Harmonies of #1D4D63
Complementary color
Monochromatic Colors of #1D4D63
Black with #1D4D63
Text Example
Text Example
White with #1D4D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D63; }
p { color: rgb(29,77,99); }
H1.HeaderClassName
{
color: #1D4D63;
}
.AnyTagClassName
{
color: #1D4D63;
}
</style>
background-color css
<style>
a { background-color: #1D4D63; }
a { background-color: rgb(29,77,99); }
div.DivClassName
{
background-color: #1D4D63;
}
.BgClassName
{
background-color: #1D4D63;
}
</style>
border-color css
<style>
span { border-color: #1D4D63; }
span { border-color: rgb(29,77,99); }
td.TdClassName
{
border-color: #1D4D63;
}
.TagClassName
{
border-color: #1D4D63;
}
</style>