Shades of Tangaroa #07253A
Tints of Tangaroa #07253A
RGB
CMYK
RGB Variations
Color information
#07253A (or 0x07253A) is known color: Tangaroa. HEX triplet: 07, 25 and 3A. RGB value is (7,37,58). Sum of RGB (Red+Green+Blue) = 7+37+58=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #07253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07253A is #F8DAC5. Grayscale: #1E1E1E. Windows color (decimal): -16308934 or 3810567. OLE color: 3810567.
HSL color Cylindrical-coordinate representation of color #07253A: hue angle of 204.71º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07253A is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 37 | 58 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.77 |
| HSL | 204.71º | 0.78% | 0.13% | - |
| HSV(B) | 204.71º | 0.88% | 0.23% | - |
| XYZ | 1.51 | 1.67 | 4.25 | - |
| YUV | 30.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 58 | 0.88 | 0.36 | 0 | 0.77 | 204.71 | 0.78 | 0.13 |
| Hex | 7 | 25 | 3A | 58 | 24 | 0 | 4D | CD | 4E | D |
| Octal | 7 | 45 | 72 | 130 | 44 | 0 | 115 | 315 | 116 | 15 |
| Binary | 111 | 100101 | 111010 | 1011000 | 100100 | 0 | 1001101 | 11001101 | 1001110 | 1101 |
Color Harmonies of #07253A
Complementary color
Monochromatic Colors of #07253A
Black with #07253A
Text Example
Text Example
White with #07253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07253A; }
p { color: rgb(7,37,58); }
H1.HeaderClassName
{
color: #07253A;
}
.AnyTagClassName
{
color: #07253A;
}
</style>
background-color css
<style>
a { background-color: #07253A; }
a { background-color: rgb(7,37,58); }
div.DivClassName
{
background-color: #07253A;
}
.BgClassName
{
background-color: #07253A;
}
</style>
border-color css
<style>
span { border-color: #07253A; }
span { border-color: rgb(7,37,58); }
td.TdClassName
{
border-color: #07253A;
}
.TagClassName
{
border-color: #07253A;
}
</style>