Shades of Tangaroa #07264A
Tints of Tangaroa #07264A
RGB
CMYK
RGB Variations
Color information
#07264A (or 0x07264A) is known color: Tangaroa. HEX triplet: 07, 26 and 4A. RGB value is (7,38,74). Sum of RGB (Red+Green+Blue) = 7+38+74=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #07264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07264A is #F8D9B5. Grayscale: #202020. Windows color (decimal): -16308662 or 4859399. OLE color: 4859399.
HSL color Cylindrical-coordinate representation of color #07264A: hue angle of 212.24º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07264A is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 38 | 74 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.71 |
| HSL | 212.24º | 0.83% | 0.16% | - |
| HSV(B) | 212.24º | 0.91% | 0.29% | - |
| XYZ | 2.02 | 1.93 | 6.74 | - |
| YUV | 32.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 74 | 0.91 | 0.49 | 0 | 0.71 | 212.24 | 0.83 | 0.16 |
| Hex | 7 | 26 | 4A | 5B | 31 | 0 | 47 | D4 | 53 | 10 |
| Octal | 7 | 46 | 112 | 133 | 61 | 0 | 107 | 324 | 123 | 20 |
| Binary | 111 | 100110 | 1001010 | 1011011 | 110001 | 0 | 1000111 | 11010100 | 1010011 | 10000 |
Color Harmonies of #07264A
Complementary color
Monochromatic Colors of #07264A
Black with #07264A
Text Example
Text Example
White with #07264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07264A; }
p { color: rgb(7,38,74); }
H1.HeaderClassName
{
color: #07264A;
}
.AnyTagClassName
{
color: #07264A;
}
</style>
background-color css
<style>
a { background-color: #07264A; }
a { background-color: rgb(7,38,74); }
div.DivClassName
{
background-color: #07264A;
}
.BgClassName
{
background-color: #07264A;
}
</style>
border-color css
<style>
span { border-color: #07264A; }
span { border-color: rgb(7,38,74); }
td.TdClassName
{
border-color: #07264A;
}
.TagClassName
{
border-color: #07264A;
}
</style>