Shades of Tangaroa #07223F
Tints of Tangaroa #07223F
RGB
CMYK
RGB Variations
Color information
#07223F (or 0x07223F) is known color: Tangaroa. HEX triplet: 07, 22 and 3F. RGB value is (7,34,63). Sum of RGB (Red+Green+Blue) = 7+34+63=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #07223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07223F is #F8DDC0. Grayscale: #1D1D1D. Windows color (decimal): -16309697 or 4137479. OLE color: 4137479.
HSL color Cylindrical-coordinate representation of color #07223F: hue angle of 211.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07223F is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 34 | 63 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.75 |
| HSL | 211.07º | 0.8% | 0.14% | - |
| HSV(B) | 211.07º | 0.89% | 0.25% | - |
| XYZ | 1.56 | 1.55 | 4.92 | - |
| YUV | 29.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 63 | 0.89 | 0.46 | 0 | 0.75 | 211.07 | 0.8 | 0.14 |
| Hex | 7 | 22 | 3F | 59 | 2E | 0 | 4B | D3 | 50 | E |
| Octal | 7 | 42 | 77 | 131 | 56 | 0 | 113 | 323 | 120 | 16 |
| Binary | 111 | 100010 | 111111 | 1011001 | 101110 | 0 | 1001011 | 11010011 | 1010000 | 1110 |
Color Harmonies of #07223F
Complementary color
Monochromatic Colors of #07223F
Black with #07223F
Text Example
Text Example
White with #07223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07223F; }
p { color: rgb(7,34,63); }
H1.HeaderClassName
{
color: #07223F;
}
.AnyTagClassName
{
color: #07223F;
}
</style>
background-color css
<style>
a { background-color: #07223F; }
a { background-color: rgb(7,34,63); }
div.DivClassName
{
background-color: #07223F;
}
.BgClassName
{
background-color: #07223F;
}
</style>
border-color css
<style>
span { border-color: #07223F; }
span { border-color: rgb(7,34,63); }
td.TdClassName
{
border-color: #07223F;
}
.TagClassName
{
border-color: #07223F;
}
</style>