Shades of Tangaroa #01213A
Tints of Tangaroa #01213A
RGB
CMYK
RGB Variations
Color information
#01213A (or 0x01213A) is known color: Tangaroa. HEX triplet: 01, 21 and 3A. RGB value is (1,33,58). Sum of RGB (Red+Green+Blue) = 1+33+58=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #01213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01213A is #FEDEC5. Grayscale: #1A1A1A. Windows color (decimal): -16703174 or 3809537. OLE color: 3809537.
HSL color Cylindrical-coordinate representation of color #01213A: hue angle of 206.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01213A is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 33 | 58 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.77 |
| HSL | 206.32º | 0.97% | 0.12% | - |
| HSV(B) | 206.32º | 0.98% | 0.23% | - |
| XYZ | 1.32 | 1.4 | 4.2 | - |
| YUV | 26.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 58 | 0.98 | 0.43 | 0 | 0.77 | 206.32 | 0.97 | 0.12 |
| Hex | 1 | 21 | 3A | 62 | 2B | 0 | 4D | CE | 61 | C |
| Octal | 1 | 41 | 72 | 142 | 53 | 0 | 115 | 316 | 141 | 14 |
| Binary | 1 | 100001 | 111010 | 1100010 | 101011 | 0 | 1001101 | 11001110 | 1100001 | 1100 |
Color Harmonies of #01213A
Complementary color
Monochromatic Colors of #01213A
Black with #01213A
Text Example
Text Example
White with #01213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01213A; }
p { color: rgb(1,33,58); }
H1.HeaderClassName
{
color: #01213A;
}
.AnyTagClassName
{
color: #01213A;
}
</style>
background-color css
<style>
a { background-color: #01213A; }
a { background-color: rgb(1,33,58); }
div.DivClassName
{
background-color: #01213A;
}
.BgClassName
{
background-color: #01213A;
}
</style>
border-color css
<style>
span { border-color: #01213A; }
span { border-color: rgb(1,33,58); }
td.TdClassName
{
border-color: #01213A;
}
.TagClassName
{
border-color: #01213A;
}
</style>