Shades of Tangaroa #072248
Tints of Tangaroa #072248
RGB
CMYK
RGB Variations
Color information
#072248 (or 0x072248) is known color: Tangaroa. HEX triplet: 07, 22 and 48. RGB value is (7,34,72). Sum of RGB (Red+Green+Blue) = 7+34+72=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #072248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072248 is #F8DDB7. Grayscale: #1E1E1E. Windows color (decimal): -16309688 or 4727303. OLE color: 4727303.
HSL color Cylindrical-coordinate representation of color #072248: hue angle of 215.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072248 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 34 | 72 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.72 |
| HSL | 215.08º | 0.82% | 0.15% | - |
| HSV(B) | 215.08º | 0.9% | 0.28% | - |
| XYZ | 1.83 | 1.66 | 6.35 | - |
| YUV | 30.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 72 | 0.90 | 0.53 | 0 | 0.72 | 215.08 | 0.82 | 0.15 |
| Hex | 7 | 22 | 48 | 5A | 35 | 0 | 48 | D7 | 52 | F |
| Octal | 7 | 42 | 110 | 132 | 65 | 0 | 110 | 327 | 122 | 17 |
| Binary | 111 | 100010 | 1001000 | 1011010 | 110101 | 0 | 1001000 | 11010111 | 1010010 | 1111 |
Color Harmonies of #072248
Complementary color
Monochromatic Colors of #072248
Black with #072248
Text Example
Text Example
White with #072248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072248; }
p { color: rgb(7,34,72); }
H1.HeaderClassName
{
color: #072248;
}
.AnyTagClassName
{
color: #072248;
}
</style>
background-color css
<style>
a { background-color: #072248; }
a { background-color: rgb(7,34,72); }
div.DivClassName
{
background-color: #072248;
}
.BgClassName
{
background-color: #072248;
}
</style>
border-color css
<style>
span { border-color: #072248; }
span { border-color: rgb(7,34,72); }
td.TdClassName
{
border-color: #072248;
}
.TagClassName
{
border-color: #072248;
}
</style>