Shades of Tangaroa #07203E
Tints of Tangaroa #07203E
RGB
CMYK
RGB Variations
Color information
#07203E (or 0x07203E) is known color: Tangaroa. HEX triplet: 07, 20 and 3E. RGB value is (7,32,62). Sum of RGB (Red+Green+Blue) = 7+32+62=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 62 (24.61% from 255 or 61.39% from 101); Max value from RGB is 62 - color contains mainly: blue. Hex color #07203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07203E is #F8DFC1. Grayscale: #1B1B1B. Windows color (decimal): -16310210 or 4071431. OLE color: 4071431.
HSL color Cylindrical-coordinate representation of color #07203E: hue angle of 212.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07203E is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 32 | 62 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.76 |
| HSL | 212.73º | 0.8% | 0.14% | - |
| HSV(B) | 212.73º | 0.89% | 0.24% | - |
| XYZ | 1.47 | 1.43 | 4.76 | - |
| YUV | 27.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 62 | 0.89 | 0.48 | 0 | 0.76 | 212.73 | 0.8 | 0.14 |
| Hex | 7 | 20 | 3E | 59 | 30 | 0 | 4C | D5 | 50 | E |
| Octal | 7 | 40 | 76 | 131 | 60 | 0 | 114 | 325 | 120 | 16 |
| Binary | 111 | 100000 | 111110 | 1011001 | 110000 | 0 | 1001100 | 11010101 | 1010000 | 1110 |
Color Harmonies of #07203E
Complementary color
Monochromatic Colors of #07203E
Black with #07203E
Text Example
Text Example
White with #07203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07203E; }
p { color: rgb(7,32,62); }
H1.HeaderClassName
{
color: #07203E;
}
.AnyTagClassName
{
color: #07203E;
}
</style>
background-color css
<style>
a { background-color: #07203E; }
a { background-color: rgb(7,32,62); }
div.DivClassName
{
background-color: #07203E;
}
.BgClassName
{
background-color: #07203E;
}
</style>
border-color css
<style>
span { border-color: #07203E; }
span { border-color: rgb(7,32,62); }
td.TdClassName
{
border-color: #07203E;
}
.TagClassName
{
border-color: #07203E;
}
</style>