Shades of Tangaroa #07273D
Tints of Tangaroa #07273D
RGB
CMYK
RGB Variations
Color information
#07273D (or 0x07273D) is known color: Tangaroa. HEX triplet: 07, 27 and 3D. RGB value is (7,39,61). Sum of RGB (Red+Green+Blue) = 7+39+61=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 61 (24.22% from 255 or 57.01% from 107); Max value from RGB is 61 - color contains mainly: blue. Hex color #07273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07273D is #F8D8C2. Grayscale: #1F1F1F. Windows color (decimal): -16308419 or 4007687. OLE color: 4007687.
HSL color Cylindrical-coordinate representation of color #07273D: hue angle of 204.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07273D is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 39 | 61 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.76 |
| HSL | 204.44º | 0.79% | 0.13% | - |
| HSV(B) | 204.44º | 0.89% | 0.24% | - |
| XYZ | 1.66 | 1.83 | 4.68 | - |
| YUV | 31.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 61 | 0.89 | 0.36 | 0 | 0.76 | 204.44 | 0.79 | 0.13 |
| Hex | 7 | 27 | 3D | 59 | 24 | 0 | 4C | CC | 4F | D |
| Octal | 7 | 47 | 75 | 131 | 44 | 0 | 114 | 314 | 117 | 15 |
| Binary | 111 | 100111 | 111101 | 1011001 | 100100 | 0 | 1001100 | 11001100 | 1001111 | 1101 |
Color Harmonies of #07273D
Complementary color
Monochromatic Colors of #07273D
Black with #07273D
Text Example
Text Example
White with #07273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07273D; }
p { color: rgb(7,39,61); }
H1.HeaderClassName
{
color: #07273D;
}
.AnyTagClassName
{
color: #07273D;
}
</style>
background-color css
<style>
a { background-color: #07273D; }
a { background-color: rgb(7,39,61); }
div.DivClassName
{
background-color: #07273D;
}
.BgClassName
{
background-color: #07273D;
}
</style>
border-color css
<style>
span { border-color: #07273D; }
span { border-color: rgb(7,39,61); }
td.TdClassName
{
border-color: #07273D;
}
.TagClassName
{
border-color: #07273D;
}
</style>