Shades of Tangaroa #07283D
Tints of Tangaroa #07283D
RGB
CMYK
RGB Variations
Color information
#07283D (or 0x07283D) is known color: Tangaroa. HEX triplet: 07, 28 and 3D. RGB value is (7,40,61). Sum of RGB (Red+Green+Blue) = 7+40+61=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #07283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07283D is #F8D7C2. Grayscale: #202020. Windows color (decimal): -16308163 or 4007943. OLE color: 4007943.
HSL color Cylindrical-coordinate representation of color #07283D: hue angle of 203.33º 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 #07283D is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 40 | 61 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.76 |
| HSL | 203.33º | 0.79% | 0.13% | - |
| HSV(B) | 203.33º | 0.89% | 0.24% | - |
| XYZ | 1.69 | 1.9 | 4.69 | - |
| YUV | 32.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 61 | 0.89 | 0.34 | 0 | 0.76 | 203.33 | 0.79 | 0.13 |
| Hex | 7 | 28 | 3D | 59 | 22 | 0 | 4C | CB | 4F | D |
| Octal | 7 | 50 | 75 | 131 | 42 | 0 | 114 | 313 | 117 | 15 |
| Binary | 111 | 101000 | 111101 | 1011001 | 100010 | 0 | 1001100 | 11001011 | 1001111 | 1101 |
Color Harmonies of #07283D
Complementary color
Monochromatic Colors of #07283D
Black with #07283D
Text Example
Text Example
White with #07283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07283D; }
p { color: rgb(7,40,61); }
H1.HeaderClassName
{
color: #07283D;
}
.AnyTagClassName
{
color: #07283D;
}
</style>
background-color css
<style>
a { background-color: #07283D; }
a { background-color: rgb(7,40,61); }
div.DivClassName
{
background-color: #07283D;
}
.BgClassName
{
background-color: #07283D;
}
</style>
border-color css
<style>
span { border-color: #07283D; }
span { border-color: rgb(7,40,61); }
td.TdClassName
{
border-color: #07283D;
}
.TagClassName
{
border-color: #07283D;
}
</style>