Shades of Tangaroa #13283A
Tints of Tangaroa #13283A
RGB
CMYK
RGB Variations
Color information
#13283A (or 0x13283A) is known color: Tangaroa. HEX triplet: 13, 28 and 3A. RGB value is (19,40,58). Sum of RGB (Red+Green+Blue) = 19+40+58=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #13283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13283A is #ECD7C5. Grayscale: #232323. Windows color (decimal): -15521734 or 3811347. OLE color: 3811347.
HSL color Cylindrical-coordinate representation of color #13283A: hue angle of 207.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13283A is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 40 | 58 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.77 |
| HSL | 207.69º | 0.51% | 0.15% | - |
| HSV(B) | 207.69º | 0.67% | 0.23% | - |
| XYZ | 1.79 | 1.96 | 4.29 | - |
| YUV | 35.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 58 | 0.67 | 0.31 | 0 | 0.77 | 207.69 | 0.51 | 0.15 |
| Hex | 13 | 28 | 3A | 43 | 1F | 0 | 4D | D0 | 33 | F |
| Octal | 23 | 50 | 72 | 103 | 37 | 0 | 115 | 320 | 63 | 17 |
| Binary | 10011 | 101000 | 111010 | 1000011 | 11111 | 0 | 1001101 | 11010000 | 110011 | 1111 |
Color Harmonies of #13283A
Complementary color
Monochromatic Colors of #13283A
Black with #13283A
Text Example
Text Example
White with #13283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13283A; }
p { color: rgb(19,40,58); }
H1.HeaderClassName
{
color: #13283A;
}
.AnyTagClassName
{
color: #13283A;
}
</style>
background-color css
<style>
a { background-color: #13283A; }
a { background-color: rgb(19,40,58); }
div.DivClassName
{
background-color: #13283A;
}
.BgClassName
{
background-color: #13283A;
}
</style>
border-color css
<style>
span { border-color: #13283A; }
span { border-color: rgb(19,40,58); }
td.TdClassName
{
border-color: #13283A;
}
.TagClassName
{
border-color: #13283A;
}
</style>