Shades of Tangaroa #002245
Tints of Tangaroa #002245
RGB
CMYK
RGB Variations
Color information
#002245 (or 0x002245) is known color: Tangaroa. HEX triplet: 00, 22 and 45. RGB value is (0,34,69). Sum of RGB (Red+Green+Blue) = 0+34+69=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #002245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002245 is #FFDDBA. Grayscale: #1B1B1B. Windows color (decimal): -16768443 or 4530688. OLE color: 4530688.
HSL color Cylindrical-coordinate representation of color #002245: hue angle of 210.43º 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 #002245 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 34 | 69 | - |
| CMYK | 1 | 0.51 | 0 | 0.73 |
| HSL | 210.43º | 1% | 0.14% | - |
| HSV(B) | 210.43º | 1% | 0.27% | - |
| XYZ | 1.65 | 1.57 | 5.85 | - |
| YUV | 27.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 69 | 1 | 0.51 | 0 | 0.73 | 210.43 | 1 | 0.14 |
| Hex | 0 | 22 | 45 | 64 | 33 | 0 | 49 | D2 | 64 | E |
| Octal | 0 | 42 | 105 | 144 | 63 | 0 | 111 | 322 | 144 | 16 |
| Binary | 0 | 100010 | 1000101 | 1100100 | 110011 | 0 | 1001001 | 11010010 | 1100100 | 1110 |
Color Harmonies of #002245
Complementary color
Monochromatic Colors of #002245
Black with #002245
Text Example
Text Example
White with #002245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002245; }
p { color: rgb(0,34,69); }
H1.HeaderClassName
{
color: #002245;
}
.AnyTagClassName
{
color: #002245;
}
</style>
background-color css
<style>
a { background-color: #002245; }
a { background-color: rgb(0,34,69); }
div.DivClassName
{
background-color: #002245;
}
.BgClassName
{
background-color: #002245;
}
</style>
border-color css
<style>
span { border-color: #002245; }
span { border-color: rgb(0,34,69); }
td.TdClassName
{
border-color: #002245;
}
.TagClassName
{
border-color: #002245;
}
</style>