Shades of Tangaroa #012045
Tints of Tangaroa #012045
RGB
CMYK
RGB Variations
Color information
#012045 (or 0x012045) is known color: Tangaroa. HEX triplet: 01, 20 and 45. RGB value is (1,32,69). Sum of RGB (Red+Green+Blue) = 1+32+69=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 69 (27.34% from 255 or 67.65% from 102); Max value from RGB is 69 - color contains mainly: blue. Hex color #012045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012045 is #FEDFBA. Grayscale: #1A1A1A. Windows color (decimal): -16703419 or 4530177. OLE color: 4530177.
HSL color Cylindrical-coordinate representation of color #012045: hue angle of 212.65º 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 #012045 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 32 | 69 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.73 |
| HSL | 212.65º | 0.97% | 0.14% | - |
| HSV(B) | 212.65º | 0.99% | 0.27% | - |
| XYZ | 1.6 | 1.47 | 5.83 | - |
| YUV | 26.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 69 | 0.99 | 0.54 | 0 | 0.73 | 212.65 | 0.97 | 0.14 |
| Hex | 1 | 20 | 45 | 63 | 36 | 0 | 49 | D5 | 61 | E |
| Octal | 1 | 40 | 105 | 143 | 66 | 0 | 111 | 325 | 141 | 16 |
| Binary | 1 | 100000 | 1000101 | 1100011 | 110110 | 0 | 1001001 | 11010101 | 1100001 | 1110 |
Color Harmonies of #012045
Complementary color
Monochromatic Colors of #012045
Black with #012045
Text Example
Text Example
White with #012045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012045; }
p { color: rgb(1,32,69); }
H1.HeaderClassName
{
color: #012045;
}
.AnyTagClassName
{
color: #012045;
}
</style>
background-color css
<style>
a { background-color: #012045; }
a { background-color: rgb(1,32,69); }
div.DivClassName
{
background-color: #012045;
}
.BgClassName
{
background-color: #012045;
}
</style>
border-color css
<style>
span { border-color: #012045; }
span { border-color: rgb(1,32,69); }
td.TdClassName
{
border-color: #012045;
}
.TagClassName
{
border-color: #012045;
}
</style>