Shades of Tangaroa #012245
Tints of Tangaroa #012245
RGB
CMYK
RGB Variations
Color information
#012245 (or 0x012245) is known color: Tangaroa. HEX triplet: 01, 22 and 45. RGB value is (1,34,69). Sum of RGB (Red+Green+Blue) = 1+34+69=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 69 (27.34% from 255 or 66.35% from 104); Max value from RGB is 69 - color contains mainly: blue. Hex color #012245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012245 is #FEDDBA. Grayscale: #1B1B1B. Windows color (decimal): -16702907 or 4530689. OLE color: 4530689.
HSL color Cylindrical-coordinate representation of color #012245: hue angle of 210.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012245 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 34 | 69 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.73 |
| HSL | 210.88º | 0.97% | 0.14% | - |
| HSV(B) | 210.88º | 0.99% | 0.27% | - |
| XYZ | 1.66 | 1.58 | 5.85 | - |
| YUV | 28.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 69 | 0.99 | 0.51 | 0 | 0.73 | 210.88 | 0.97 | 0.14 |
| Hex | 1 | 22 | 45 | 63 | 33 | 0 | 49 | D3 | 61 | E |
| Octal | 1 | 42 | 105 | 143 | 63 | 0 | 111 | 323 | 141 | 16 |
| Binary | 1 | 100010 | 1000101 | 1100011 | 110011 | 0 | 1001001 | 11010011 | 1100001 | 1110 |
Color Harmonies of #012245
Complementary color
Monochromatic Colors of #012245
Black with #012245
Text Example
Text Example
White with #012245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012245; }
p { color: rgb(1,34,69); }
H1.HeaderClassName
{
color: #012245;
}
.AnyTagClassName
{
color: #012245;
}
</style>
background-color css
<style>
a { background-color: #012245; }
a { background-color: rgb(1,34,69); }
div.DivClassName
{
background-color: #012245;
}
.BgClassName
{
background-color: #012245;
}
</style>
border-color css
<style>
span { border-color: #012245; }
span { border-color: rgb(1,34,69); }
td.TdClassName
{
border-color: #012245;
}
.TagClassName
{
border-color: #012245;
}
</style>