Shades of Arapawa #1D4866
Tints of Arapawa #1D4866
RGB
CMYK
RGB Variations
Color information
#1D4866 (or 0x1D4866) is known color: Arapawa. HEX triplet: 1D, 48 and 66. RGB value is (29,72,102). Sum of RGB (Red+Green+Blue) = 29+72+102=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D4866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4866 is #E2B799. Grayscale: #3E3E3E. Windows color (decimal): -14858138 or 6703133. OLE color: 6703133.
HSL color Cylindrical-coordinate representation of color #1D4866: hue angle of 204.66º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4866 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 72 | 102 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.6 |
| HSL | 204.66º | 0.56% | 0.26% | - |
| HSV(B) | 204.66º | 0.72% | 0.4% | - |
| XYZ | 5.22 | 5.86 | 13.43 | - |
| YUV | 62.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 102 | 0.72 | 0.29 | 0 | 0.6 | 204.66 | 0.56 | 0.26 |
| Hex | 1D | 48 | 66 | 48 | 1D | 0 | 3C | CD | 38 | 1A |
| Octal | 35 | 110 | 146 | 110 | 35 | 0 | 74 | 315 | 70 | 32 |
| Binary | 11101 | 1001000 | 1100110 | 1001000 | 11101 | 0 | 111100 | 11001101 | 111000 | 11010 |
Color Harmonies of #1D4866
Complementary color
Monochromatic Colors of #1D4866
Black with #1D4866
Text Example
Text Example
White with #1D4866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4866; }
p { color: rgb(29,72,102); }
H1.HeaderClassName
{
color: #1D4866;
}
.AnyTagClassName
{
color: #1D4866;
}
</style>
background-color css
<style>
a { background-color: #1D4866; }
a { background-color: rgb(29,72,102); }
div.DivClassName
{
background-color: #1D4866;
}
.BgClassName
{
background-color: #1D4866;
}
</style>
border-color css
<style>
span { border-color: #1D4866; }
span { border-color: rgb(29,72,102); }
td.TdClassName
{
border-color: #1D4866;
}
.TagClassName
{
border-color: #1D4866;
}
</style>