Shades of Tangaroa #1B2F41
Tints of Tangaroa #1B2F41
RGB
CMYK
RGB Variations
Color information
#1B2F41 (or 0x1B2F41) is known color: Tangaroa. HEX triplet: 1B, 2F and 41. RGB value is (27,47,65). Sum of RGB (Red+Green+Blue) = 27+47+65=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F41 is #E4D0BE. Grayscale: #2A2A2A. Windows color (decimal): -14995647 or 4271899. OLE color: 4271899.
HSL color Cylindrical-coordinate representation of color #1B2F41: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B2F41 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 47 | 65 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.75 |
| HSL | 208.42º | 0.41% | 0.18% | - |
| HSV(B) | 208.42º | 0.58% | 0.25% | - |
| XYZ | 2.42 | 2.65 | 5.38 | - |
| YUV | 43.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 65 | 0.58 | 0.28 | 0 | 0.75 | 208.42 | 0.41 | 0.18 |
| Hex | 1B | 2F | 41 | 3A | 1C | 0 | 4B | D0 | 29 | 12 |
| Octal | 33 | 57 | 101 | 72 | 34 | 0 | 113 | 320 | 51 | 22 |
| Binary | 11011 | 101111 | 1000001 | 111010 | 11100 | 0 | 1001011 | 11010000 | 101001 | 10010 |
Color Harmonies of #1B2F41
Complementary color
Monochromatic Colors of #1B2F41
Black with #1B2F41
Text Example
Text Example
White with #1B2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F41; }
p { color: rgb(27,47,65); }
H1.HeaderClassName
{
color: #1B2F41;
}
.AnyTagClassName
{
color: #1B2F41;
}
</style>
background-color css
<style>
a { background-color: #1B2F41; }
a { background-color: rgb(27,47,65); }
div.DivClassName
{
background-color: #1B2F41;
}
.BgClassName
{
background-color: #1B2F41;
}
</style>
border-color css
<style>
span { border-color: #1B2F41; }
span { border-color: rgb(27,47,65); }
td.TdClassName
{
border-color: #1B2F41;
}
.TagClassName
{
border-color: #1B2F41;
}
</style>