Shades of Tangaroa #13233A
Tints of Tangaroa #13233A
RGB
CMYK
RGB Variations
Color information
#13233A (or 0x13233A) is known color: Tangaroa. HEX triplet: 13, 23 and 3A. RGB value is (19,35,58). Sum of RGB (Red+Green+Blue) = 19+35+58=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #13233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13233A is #ECDCC5. Grayscale: #202020. Windows color (decimal): -15523014 or 3810067. OLE color: 3810067.
HSL color Cylindrical-coordinate representation of color #13233A: hue angle of 215.38º 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 #13233A is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 35 | 58 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.77 |
| HSL | 215.38º | 0.51% | 0.15% | - |
| HSV(B) | 215.38º | 0.67% | 0.23% | - |
| XYZ | 1.63 | 1.65 | 4.23 | - |
| YUV | 32.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 58 | 0.67 | 0.40 | 0 | 0.77 | 215.38 | 0.51 | 0.15 |
| Hex | 13 | 23 | 3A | 43 | 28 | 0 | 4D | D7 | 33 | F |
| Octal | 23 | 43 | 72 | 103 | 50 | 0 | 115 | 327 | 63 | 17 |
| Binary | 10011 | 100011 | 111010 | 1000011 | 101000 | 0 | 1001101 | 11010111 | 110011 | 1111 |
Color Harmonies of #13233A
Complementary color
Monochromatic Colors of #13233A
Black with #13233A
Text Example
Text Example
White with #13233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13233A; }
p { color: rgb(19,35,58); }
H1.HeaderClassName
{
color: #13233A;
}
.AnyTagClassName
{
color: #13233A;
}
</style>
background-color css
<style>
a { background-color: #13233A; }
a { background-color: rgb(19,35,58); }
div.DivClassName
{
background-color: #13233A;
}
.BgClassName
{
background-color: #13233A;
}
</style>
border-color css
<style>
span { border-color: #13233A; }
span { border-color: rgb(19,35,58); }
td.TdClassName
{
border-color: #13233A;
}
.TagClassName
{
border-color: #13233A;
}
</style>