Shades of Arapawa #1D5362
Tints of Arapawa #1D5362
RGB
CMYK
RGB Variations
Color information
#1D5362 (or 0x1D5362) is known color: Arapawa. HEX triplet: 1D, 53 and 62. RGB value is (29,83,98). Sum of RGB (Red+Green+Blue) = 29+83+98=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D5362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5362 is #E2AC9D. Grayscale: #444444. Windows color (decimal): -14855326 or 6443805. OLE color: 6443805.
HSL color Cylindrical-coordinate representation of color #1D5362: hue angle of 193.04º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D5362 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 83 | 98 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.62 |
| HSL | 193.04º | 0.54% | 0.25% | - |
| HSV(B) | 193.04º | 0.7% | 0.38% | - |
| XYZ | 5.8 | 7.33 | 12.66 | - |
| YUV | 68.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 98 | 0.70 | 0.15 | 0 | 0.62 | 193.04 | 0.54 | 0.25 |
| Hex | 1D | 53 | 62 | 46 | F | 0 | 3E | C1 | 36 | 19 |
| Octal | 35 | 123 | 142 | 106 | 17 | 0 | 76 | 301 | 66 | 31 |
| Binary | 11101 | 1010011 | 1100010 | 1000110 | 1111 | 0 | 111110 | 11000001 | 110110 | 11001 |
Color Harmonies of #1D5362
Complementary color
Monochromatic Colors of #1D5362
Black with #1D5362
Text Example
Text Example
White with #1D5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5362; }
p { color: rgb(29,83,98); }
H1.HeaderClassName
{
color: #1D5362;
}
.AnyTagClassName
{
color: #1D5362;
}
</style>
background-color css
<style>
a { background-color: #1D5362; }
a { background-color: rgb(29,83,98); }
div.DivClassName
{
background-color: #1D5362;
}
.BgClassName
{
background-color: #1D5362;
}
</style>
border-color css
<style>
span { border-color: #1D5362; }
span { border-color: rgb(29,83,98); }
td.TdClassName
{
border-color: #1D5362;
}
.TagClassName
{
border-color: #1D5362;
}
</style>