Shades of Tangaroa #1B2F3A
Tints of Tangaroa #1B2F3A
RGB
CMYK
RGB Variations
Color information
#1B2F3A (or 0x1B2F3A) is known color: Tangaroa. HEX triplet: 1B, 2F and 3A. RGB value is (27,47,58). Sum of RGB (Red+Green+Blue) = 27+47+58=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B2F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F3A is #E4D0C5. Grayscale: #2A2A2A. Windows color (decimal): -14995654 or 3813147. OLE color: 3813147.
HSL color Cylindrical-coordinate representation of color #1B2F3A: hue angle of 201.29º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B2F3A is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 47 | 58 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.77 |
| HSL | 201.29º | 0.36% | 0.17% | - |
| HSV(B) | 201.29º | 0.53% | 0.23% | - |
| XYZ | 2.23 | 2.57 | 4.38 | - |
| YUV | 42.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 58 | 0.53 | 0.19 | 0 | 0.77 | 201.29 | 0.36 | 0.17 |
| Hex | 1B | 2F | 3A | 35 | 13 | 0 | 4D | C9 | 24 | 11 |
| Octal | 33 | 57 | 72 | 65 | 23 | 0 | 115 | 311 | 44 | 21 |
| Binary | 11011 | 101111 | 111010 | 110101 | 10011 | 0 | 1001101 | 11001001 | 100100 | 10001 |
Color Harmonies of #1B2F3A
Complementary color
Monochromatic Colors of #1B2F3A
Black with #1B2F3A
Text Example
Text Example
White with #1B2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F3A; }
p { color: rgb(27,47,58); }
H1.HeaderClassName
{
color: #1B2F3A;
}
.AnyTagClassName
{
color: #1B2F3A;
}
</style>
background-color css
<style>
a { background-color: #1B2F3A; }
a { background-color: rgb(27,47,58); }
div.DivClassName
{
background-color: #1B2F3A;
}
.BgClassName
{
background-color: #1B2F3A;
}
</style>
border-color css
<style>
span { border-color: #1B2F3A; }
span { border-color: rgb(27,47,58); }
td.TdClassName
{
border-color: #1B2F3A;
}
.TagClassName
{
border-color: #1B2F3A;
}
</style>