Shades of Tangaroa #1A2F41
Tints of Tangaroa #1A2F41
RGB
CMYK
RGB Variations
Color information
#1A2F41 (or 0x1A2F41) is known color: Tangaroa. HEX triplet: 1A, 2F and 41. RGB value is (26,47,65). Sum of RGB (Red+Green+Blue) = 26+47+65=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2F41 is #E5D0BE. Grayscale: #2A2A2A. Windows color (decimal): -15061183 or 4271898. OLE color: 4271898.
HSL color Cylindrical-coordinate representation of color #1A2F41: hue angle of 207.69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A2F41 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 47 | 65 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.75 |
| HSL | 207.69º | 0.43% | 0.18% | - |
| HSV(B) | 207.69º | 0.6% | 0.25% | - |
| XYZ | 2.4 | 2.63 | 5.38 | - |
| YUV | 42.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 65 | 0.60 | 0.28 | 0 | 0.75 | 207.69 | 0.43 | 0.18 |
| Hex | 1A | 2F | 41 | 3C | 1C | 0 | 4B | D0 | 2B | 12 |
| Octal | 32 | 57 | 101 | 74 | 34 | 0 | 113 | 320 | 53 | 22 |
| Binary | 11010 | 101111 | 1000001 | 111100 | 11100 | 0 | 1001011 | 11010000 | 101011 | 10010 |
Color Harmonies of #1A2F41
Complementary color
Monochromatic Colors of #1A2F41
Black with #1A2F41
Text Example
Text Example
White with #1A2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F41; }
p { color: rgb(26,47,65); }
H1.HeaderClassName
{
color: #1A2F41;
}
.AnyTagClassName
{
color: #1A2F41;
}
</style>
background-color css
<style>
a { background-color: #1A2F41; }
a { background-color: rgb(26,47,65); }
div.DivClassName
{
background-color: #1A2F41;
}
.BgClassName
{
background-color: #1A2F41;
}
</style>
border-color css
<style>
span { border-color: #1A2F41; }
span { border-color: rgb(26,47,65); }
td.TdClassName
{
border-color: #1A2F41;
}
.TagClassName
{
border-color: #1A2F41;
}
</style>