Shades of Tangaroa #002145
Tints of Tangaroa #002145
RGB
CMYK
RGB Variations
Color information
#002145 (or 0x002145) is known color: Tangaroa. HEX triplet: 00, 21 and 45. RGB value is (0,33,69). Sum of RGB (Red+Green+Blue) = 0+33+69=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 33 (13.28% from 255 or 32.35% 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 #002145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002145 is #FFDEBA. Grayscale: #1B1B1B. Windows color (decimal): -16768699 or 4530432. OLE color: 4530432.
HSL color Cylindrical-coordinate representation of color #002145: hue angle of 211.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002145 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 33 | 69 | - |
| CMYK | 1 | 0.52 | 0 | 0.73 |
| HSL | 211.3º | 1% | 0.14% | - |
| HSV(B) | 211.3º | 1% | 0.27% | - |
| XYZ | 1.62 | 1.52 | 5.84 | - |
| YUV | 27.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 69 | 1 | 0.52 | 0 | 0.73 | 211.3 | 1 | 0.14 |
| Hex | 0 | 21 | 45 | 64 | 34 | 0 | 49 | D3 | 64 | E |
| Octal | 0 | 41 | 105 | 144 | 64 | 0 | 111 | 323 | 144 | 16 |
| Binary | 0 | 100001 | 1000101 | 1100100 | 110100 | 0 | 1001001 | 11010011 | 1100100 | 1110 |
Color Harmonies of #002145
Complementary color
Monochromatic Colors of #002145
Black with #002145
Text Example
Text Example
White with #002145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002145; }
p { color: rgb(0,33,69); }
H1.HeaderClassName
{
color: #002145;
}
.AnyTagClassName
{
color: #002145;
}
</style>
background-color css
<style>
a { background-color: #002145; }
a { background-color: rgb(0,33,69); }
div.DivClassName
{
background-color: #002145;
}
.BgClassName
{
background-color: #002145;
}
</style>
border-color css
<style>
span { border-color: #002145; }
span { border-color: rgb(0,33,69); }
td.TdClassName
{
border-color: #002145;
}
.TagClassName
{
border-color: #002145;
}
</style>