Shades of Arapawa #1D4C67
Tints of Arapawa #1D4C67
RGB
CMYK
RGB Variations
Color information
#1D4C67 (or 0x1D4C67) is known color: Arapawa. HEX triplet: 1D, 4C and 67. RGB value is (29,76,103). Sum of RGB (Red+Green+Blue) = 29+76+103=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D4C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4C67 is #E2B398. Grayscale: #404040. Windows color (decimal): -14857113 or 6769693. OLE color: 6769693.
HSL color Cylindrical-coordinate representation of color #1D4C67: hue angle of 201.89º 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 #1D4C67 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 76 | 103 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.60 |
| HSL | 201.89º | 0.56% | 0.26% | - |
| HSV(B) | 201.89º | 0.72% | 0.4% | - |
| XYZ | 5.54 | 6.41 | 13.78 | - |
| YUV | 65.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 103 | 0.72 | 0.26 | 0 | 0.60 | 201.89 | 0.56 | 0.26 |
| Hex | 1D | 4C | 67 | 48 | 1A | 0 | 3C | CA | 38 | 1A |
| Octal | 35 | 114 | 147 | 110 | 32 | 0 | 74 | 312 | 70 | 32 |
| Binary | 11101 | 1001100 | 1100111 | 1001000 | 11010 | 0 | 111100 | 11001010 | 111000 | 11010 |
Color Harmonies of #1D4C67
Complementary color
Monochromatic Colors of #1D4C67
Black with #1D4C67
Text Example
Text Example
White with #1D4C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C67; }
p { color: rgb(29,76,103); }
H1.HeaderClassName
{
color: #1D4C67;
}
.AnyTagClassName
{
color: #1D4C67;
}
</style>
background-color css
<style>
a { background-color: #1D4C67; }
a { background-color: rgb(29,76,103); }
div.DivClassName
{
background-color: #1D4C67;
}
.BgClassName
{
background-color: #1D4C67;
}
</style>
border-color css
<style>
span { border-color: #1D4C67; }
span { border-color: rgb(29,76,103); }
td.TdClassName
{
border-color: #1D4C67;
}
.TagClassName
{
border-color: #1D4C67;
}
</style>