Shades of Tangaroa #07254A
Tints of Tangaroa #07254A
RGB
CMYK
RGB Variations
Color information
#07254A (or 0x07254A) is known color: Tangaroa. HEX triplet: 07, 25 and 4A. RGB value is (7,37,74). Sum of RGB (Red+Green+Blue) = 7+37+74=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #07254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07254A is #F8DAB5. Grayscale: #202020. Windows color (decimal): -16308918 or 4859143. OLE color: 4859143.
HSL color Cylindrical-coordinate representation of color #07254A: hue angle of 213.13º 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 #07254A is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 37 | 74 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.71 |
| HSL | 213.13º | 0.83% | 0.16% | - |
| HSV(B) | 213.13º | 0.91% | 0.29% | - |
| XYZ | 1.99 | 1.86 | 6.73 | - |
| YUV | 32.25 | 151.56 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 74 | 0.91 | 0.50 | 0 | 0.71 | 213.13 | 0.83 | 0.16 |
| Hex | 7 | 25 | 4A | 5B | 32 | 0 | 47 | D5 | 53 | 10 |
| Octal | 7 | 45 | 112 | 133 | 62 | 0 | 107 | 325 | 123 | 20 |
| Binary | 111 | 100101 | 1001010 | 1011011 | 110010 | 0 | 1000111 | 11010101 | 1010011 | 10000 |
Color Harmonies of #07254A
Complementary color
Monochromatic Colors of #07254A
Black with #07254A
Text Example
Text Example
White with #07254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07254A; }
p { color: rgb(7,37,74); }
H1.HeaderClassName
{
color: #07254A;
}
.AnyTagClassName
{
color: #07254A;
}
</style>
background-color css
<style>
a { background-color: #07254A; }
a { background-color: rgb(7,37,74); }
div.DivClassName
{
background-color: #07254A;
}
.BgClassName
{
background-color: #07254A;
}
</style>
border-color css
<style>
span { border-color: #07254A; }
span { border-color: rgb(7,37,74); }
td.TdClassName
{
border-color: #07254A;
}
.TagClassName
{
border-color: #07254A;
}
</style>