Shades of Arapawa #1D5269
Tints of Arapawa #1D5269
RGB
CMYK
RGB Variations
Color information
#1D5269 (or 0x1D5269) is known color: Arapawa. HEX triplet: 1D, 52 and 69. RGB value is (29,82,105). Sum of RGB (Red+Green+Blue) = 29+82+105=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D5269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5269 is #E2AD96. Grayscale: #444444. Windows color (decimal): -14855575 or 6902301. OLE color: 6902301.
HSL color Cylindrical-coordinate representation of color #1D5269: hue angle of 198.16º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D5269 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 82 | 105 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.59 |
| HSL | 198.16º | 0.57% | 0.26% | - |
| HSV(B) | 198.16º | 0.72% | 0.41% | - |
| XYZ | 6.07 | 7.32 | 14.46 | - |
| YUV | 68.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 105 | 0.72 | 0.22 | 0 | 0.59 | 198.16 | 0.57 | 0.26 |
| Hex | 1D | 52 | 69 | 48 | 16 | 0 | 3B | C6 | 39 | 1A |
| Octal | 35 | 122 | 151 | 110 | 26 | 0 | 73 | 306 | 71 | 32 |
| Binary | 11101 | 1010010 | 1101001 | 1001000 | 10110 | 0 | 111011 | 11000110 | 111001 | 11010 |
Color Harmonies of #1D5269
Complementary color
Monochromatic Colors of #1D5269
Black with #1D5269
Text Example
Text Example
White with #1D5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5269; }
p { color: rgb(29,82,105); }
H1.HeaderClassName
{
color: #1D5269;
}
.AnyTagClassName
{
color: #1D5269;
}
</style>
background-color css
<style>
a { background-color: #1D5269; }
a { background-color: rgb(29,82,105); }
div.DivClassName
{
background-color: #1D5269;
}
.BgClassName
{
background-color: #1D5269;
}
</style>
border-color css
<style>
span { border-color: #1D5269; }
span { border-color: rgb(29,82,105); }
td.TdClassName
{
border-color: #1D5269;
}
.TagClassName
{
border-color: #1D5269;
}
</style>