Shades of Tangaroa #002945
Tints of Tangaroa #002945
RGB
CMYK
RGB Variations
Color information
#002945 (or 0x002945) is known color: Tangaroa. HEX triplet: 00, 29 and 45. RGB value is (0,41,69). Sum of RGB (Red+Green+Blue) = 0+41+69=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #002945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002945 is #FFD6BA. Grayscale: #1F1F1F. Windows color (decimal): -16766651 or 4532480. OLE color: 4532480.
HSL color Cylindrical-coordinate representation of color #002945: hue angle of 204.35º 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 #002945 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 41 | 69 | - |
| CMYK | 1 | 0.41 | 0 | 0.73 |
| HSL | 204.35º | 1% | 0.14% | - |
| HSV(B) | 204.35º | 1% | 0.27% | - |
| XYZ | 1.87 | 2.02 | 5.92 | - |
| YUV | 31.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 69 | 1 | 0.41 | 0 | 0.73 | 204.35 | 1 | 0.14 |
| Hex | 0 | 29 | 45 | 64 | 29 | 0 | 49 | CC | 64 | E |
| Octal | 0 | 51 | 105 | 144 | 51 | 0 | 111 | 314 | 144 | 16 |
| Binary | 0 | 101001 | 1000101 | 1100100 | 101001 | 0 | 1001001 | 11001100 | 1100100 | 1110 |
Color Harmonies of #002945
Complementary color
Monochromatic Colors of #002945
Black with #002945
Text Example
Text Example
White with #002945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002945; }
p { color: rgb(0,41,69); }
H1.HeaderClassName
{
color: #002945;
}
.AnyTagClassName
{
color: #002945;
}
</style>
background-color css
<style>
a { background-color: #002945; }
a { background-color: rgb(0,41,69); }
div.DivClassName
{
background-color: #002945;
}
.BgClassName
{
background-color: #002945;
}
</style>
border-color css
<style>
span { border-color: #002945; }
span { border-color: rgb(0,41,69); }
td.TdClassName
{
border-color: #002945;
}
.TagClassName
{
border-color: #002945;
}
</style>