Shades of Arapawa #1D4D5F
Tints of Arapawa #1D4D5F
RGB
CMYK
RGB Variations
Color information
#1D4D5F (or 0x1D4D5F) is known color: Arapawa. HEX triplet: 1D, 4D and 5F. RGB value is (29,77,95). Sum of RGB (Red+Green+Blue) = 29+77+95=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D4D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D5F is #E2B2A0. Grayscale: #404040. Windows color (decimal): -14856865 or 6245661. OLE color: 6245661.
HSL color Cylindrical-coordinate representation of color #1D4D5F: hue angle of 196.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D4D5F is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 77 | 95 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.63 |
| HSL | 196.36º | 0.53% | 0.24% | - |
| HSV(B) | 196.36º | 0.69% | 0.37% | - |
| XYZ | 5.23 | 6.4 | 11.79 | - |
| YUV | 64.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 95 | 0.69 | 0.19 | 0 | 0.63 | 196.36 | 0.53 | 0.24 |
| Hex | 1D | 4D | 5F | 45 | 13 | 0 | 3F | C4 | 35 | 18 |
| Octal | 35 | 115 | 137 | 105 | 23 | 0 | 77 | 304 | 65 | 30 |
| Binary | 11101 | 1001101 | 1011111 | 1000101 | 10011 | 0 | 111111 | 11000100 | 110101 | 11000 |
Color Harmonies of #1D4D5F
Complementary color
Monochromatic Colors of #1D4D5F
Black with #1D4D5F
Text Example
Text Example
White with #1D4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D5F; }
p { color: rgb(29,77,95); }
H1.HeaderClassName
{
color: #1D4D5F;
}
.AnyTagClassName
{
color: #1D4D5F;
}
</style>
background-color css
<style>
a { background-color: #1D4D5F; }
a { background-color: rgb(29,77,95); }
div.DivClassName
{
background-color: #1D4D5F;
}
.BgClassName
{
background-color: #1D4D5F;
}
</style>
border-color css
<style>
span { border-color: #1D4D5F; }
span { border-color: rgb(29,77,95); }
td.TdClassName
{
border-color: #1D4D5F;
}
.TagClassName
{
border-color: #1D4D5F;
}
</style>