Shades of Tangaroa #012445
Tints of Tangaroa #012445
RGB
CMYK
RGB Variations
Color information
#012445 (or 0x012445) is known color: Tangaroa. HEX triplet: 01, 24 and 45. RGB value is (1,36,69). Sum of RGB (Red+Green+Blue) = 1+36+69=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #012445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012445 is #FEDBBA. Grayscale: #1D1D1D. Windows color (decimal): -16702395 or 4531201. OLE color: 4531201.
HSL color Cylindrical-coordinate representation of color #012445: hue angle of 209.12º 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 #012445 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 36 | 69 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.73 |
| HSL | 209.12º | 0.97% | 0.14% | - |
| HSV(B) | 209.12º | 0.99% | 0.27% | - |
| XYZ | 1.72 | 1.7 | 5.87 | - |
| YUV | 29.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 69 | 0.99 | 0.48 | 0 | 0.73 | 209.12 | 0.97 | 0.14 |
| Hex | 1 | 24 | 45 | 63 | 30 | 0 | 49 | D1 | 61 | E |
| Octal | 1 | 44 | 105 | 143 | 60 | 0 | 111 | 321 | 141 | 16 |
| Binary | 1 | 100100 | 1000101 | 1100011 | 110000 | 0 | 1001001 | 11010001 | 1100001 | 1110 |
Color Harmonies of #012445
Complementary color
Monochromatic Colors of #012445
Black with #012445
Text Example
Text Example
White with #012445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012445; }
p { color: rgb(1,36,69); }
H1.HeaderClassName
{
color: #012445;
}
.AnyTagClassName
{
color: #012445;
}
</style>
background-color css
<style>
a { background-color: #012445; }
a { background-color: rgb(1,36,69); }
div.DivClassName
{
background-color: #012445;
}
.BgClassName
{
background-color: #012445;
}
</style>
border-color css
<style>
span { border-color: #012445; }
span { border-color: rgb(1,36,69); }
td.TdClassName
{
border-color: #012445;
}
.TagClassName
{
border-color: #012445;
}
</style>