Shades of Arapawa #1D4B65
Tints of Arapawa #1D4B65
RGB
CMYK
RGB Variations
Color information
#1D4B65 (or 0x1D4B65) is known color: Arapawa. HEX triplet: 1D, 4B and 65. RGB value is (29,75,101). Sum of RGB (Red+Green+Blue) = 29+75+101=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D4B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4B65 is #E2B49A. Grayscale: #404040. Windows color (decimal): -14857371 or 6638365. OLE color: 6638365.
HSL color Cylindrical-coordinate representation of color #1D4B65: hue angle of 201.67º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4B65 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 75 | 101 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.60 |
| HSL | 201.67º | 0.55% | 0.25% | - |
| HSV(B) | 201.67º | 0.71% | 0.4% | - |
| XYZ | 5.37 | 6.23 | 13.23 | - |
| YUV | 64.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 101 | 0.71 | 0.26 | 0 | 0.60 | 201.67 | 0.55 | 0.25 |
| Hex | 1D | 4B | 65 | 47 | 1A | 0 | 3C | CA | 37 | 19 |
| Octal | 35 | 113 | 145 | 107 | 32 | 0 | 74 | 312 | 67 | 31 |
| Binary | 11101 | 1001011 | 1100101 | 1000111 | 11010 | 0 | 111100 | 11001010 | 110111 | 11001 |
Color Harmonies of #1D4B65
Complementary color
Monochromatic Colors of #1D4B65
Black with #1D4B65
Text Example
Text Example
White with #1D4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B65; }
p { color: rgb(29,75,101); }
H1.HeaderClassName
{
color: #1D4B65;
}
.AnyTagClassName
{
color: #1D4B65;
}
</style>
background-color css
<style>
a { background-color: #1D4B65; }
a { background-color: rgb(29,75,101); }
div.DivClassName
{
background-color: #1D4B65;
}
.BgClassName
{
background-color: #1D4B65;
}
</style>
border-color css
<style>
span { border-color: #1D4B65; }
span { border-color: rgb(29,75,101); }
td.TdClassName
{
border-color: #1D4B65;
}
.TagClassName
{
border-color: #1D4B65;
}
</style>