Shades of Tangaroa #1D3140
Tints of Tangaroa #1D3140
RGB
CMYK
RGB Variations
Color information
#1D3140 (or 0x1D3140) is known color: Tangaroa. HEX triplet: 1D, 31 and 40. RGB value is (29,49,64). Sum of RGB (Red+Green+Blue) = 29+49+64=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3140 is #E2CEBF. Grayscale: #2C2C2C. Windows color (decimal): -14864064 or 4206877. OLE color: 4206877.
HSL color Cylindrical-coordinate representation of color #1D3140: hue angle of 205.71º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D3140 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 49 | 64 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.75 |
| HSL | 205.71º | 0.38% | 0.18% | - |
| HSV(B) | 205.71º | 0.55% | 0.25% | - |
| XYZ | 2.53 | 2.83 | 5.26 | - |
| YUV | 44.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 64 | 0.55 | 0.23 | 0 | 0.75 | 205.71 | 0.38 | 0.18 |
| Hex | 1D | 31 | 40 | 37 | 17 | 0 | 4B | CE | 26 | 12 |
| Octal | 35 | 61 | 100 | 67 | 27 | 0 | 113 | 316 | 46 | 22 |
| Binary | 11101 | 110001 | 1000000 | 110111 | 10111 | 0 | 1001011 | 11001110 | 100110 | 10010 |
Color Harmonies of #1D3140
Complementary color
Monochromatic Colors of #1D3140
Black with #1D3140
Text Example
Text Example
White with #1D3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3140; }
p { color: rgb(29,49,64); }
H1.HeaderClassName
{
color: #1D3140;
}
.AnyTagClassName
{
color: #1D3140;
}
</style>
background-color css
<style>
a { background-color: #1D3140; }
a { background-color: rgb(29,49,64); }
div.DivClassName
{
background-color: #1D3140;
}
.BgClassName
{
background-color: #1D3140;
}
</style>
border-color css
<style>
span { border-color: #1D3140; }
span { border-color: rgb(29,49,64); }
td.TdClassName
{
border-color: #1D3140;
}
.TagClassName
{
border-color: #1D3140;
}
</style>