Shades of Arapawa #1D476E
Tints of Arapawa #1D476E
RGB
CMYK
RGB Variations
Color information
#1D476E (or 0x1D476E) is known color: Arapawa. HEX triplet: 1D, 47 and 6E. RGB value is (29,71,110). Sum of RGB (Red+Green+Blue) = 29+71+110=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D476E is #E2B891. Grayscale: #3E3E3E. Windows color (decimal): -14858386 or 7227165. OLE color: 7227165.
HSL color Cylindrical-coordinate representation of color #1D476E: hue angle of 208.89º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D476E is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 71 | 110 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.57 |
| HSL | 208.89º | 0.58% | 0.27% | - |
| HSV(B) | 208.89º | 0.74% | 0.43% | - |
| XYZ | 5.57 | 5.89 | 15.6 | - |
| YUV | 62.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 110 | 0.74 | 0.35 | 0 | 0.57 | 208.89 | 0.58 | 0.27 |
| Hex | 1D | 47 | 6E | 4A | 23 | 0 | 39 | D1 | 3A | 1B |
| Octal | 35 | 107 | 156 | 112 | 43 | 0 | 71 | 321 | 72 | 33 |
| Binary | 11101 | 1000111 | 1101110 | 1001010 | 100011 | 0 | 111001 | 11010001 | 111010 | 11011 |
Color Harmonies of #1D476E
Complementary color
Monochromatic Colors of #1D476E
Black with #1D476E
Text Example
Text Example
White with #1D476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D476E; }
p { color: rgb(29,71,110); }
H1.HeaderClassName
{
color: #1D476E;
}
.AnyTagClassName
{
color: #1D476E;
}
</style>
background-color css
<style>
a { background-color: #1D476E; }
a { background-color: rgb(29,71,110); }
div.DivClassName
{
background-color: #1D476E;
}
.BgClassName
{
background-color: #1D476E;
}
</style>
border-color css
<style>
span { border-color: #1D476E; }
span { border-color: rgb(29,71,110); }
td.TdClassName
{
border-color: #1D476E;
}
.TagClassName
{
border-color: #1D476E;
}
</style>