Shades of Tangaroa #0A293B
Tints of Tangaroa #0A293B
RGB
CMYK
RGB Variations
Color information
#0A293B (or 0x0A293B) is known color: Tangaroa. HEX triplet: 0A, 29 and 3B. RGB value is (10,41,59). Sum of RGB (Red+Green+Blue) = 10+41+59=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A293B is #F5D6C4. Grayscale: #212121. Windows color (decimal): -16111301 or 3877130. OLE color: 3877130.
HSL color Cylindrical-coordinate representation of color #0A293B: hue angle of 202.04º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A293B is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 41 | 59 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.77 |
| HSL | 202.04º | 0.71% | 0.14% | - |
| HSV(B) | 202.04º | 0.83% | 0.23% | - |
| XYZ | 1.71 | 1.97 | 4.43 | - |
| YUV | 33.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 59 | 0.83 | 0.31 | 0 | 0.77 | 202.04 | 0.71 | 0.14 |
| Hex | A | 29 | 3B | 53 | 1F | 0 | 4D | CA | 47 | E |
| Octal | 12 | 51 | 73 | 123 | 37 | 0 | 115 | 312 | 107 | 16 |
| Binary | 1010 | 101001 | 111011 | 1010011 | 11111 | 0 | 1001101 | 11001010 | 1000111 | 1110 |
Color Harmonies of #0A293B
Complementary color
Monochromatic Colors of #0A293B
Black with #0A293B
Text Example
Text Example
White with #0A293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A293B; }
p { color: rgb(10,41,59); }
H1.HeaderClassName
{
color: #0A293B;
}
.AnyTagClassName
{
color: #0A293B;
}
</style>
background-color css
<style>
a { background-color: #0A293B; }
a { background-color: rgb(10,41,59); }
div.DivClassName
{
background-color: #0A293B;
}
.BgClassName
{
background-color: #0A293B;
}
</style>
border-color css
<style>
span { border-color: #0A293B; }
span { border-color: rgb(10,41,59); }
td.TdClassName
{
border-color: #0A293B;
}
.TagClassName
{
border-color: #0A293B;
}
</style>