Shades of Tangaroa #0A2D3B
Tints of Tangaroa #0A2D3B
RGB
CMYK
RGB Variations
Color information
#0A2D3B (or 0x0A2D3B) is known color: Tangaroa. HEX triplet: 0A, 2D and 3B. RGB value is (10,45,59). Sum of RGB (Red+Green+Blue) = 10+45+59=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A2D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2D3B is #F5D2C4. Grayscale: #242424. Windows color (decimal): -16110277 or 3878154. OLE color: 3878154.
HSL color Cylindrical-coordinate representation of color #0A2D3B: hue angle of 197.14º 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 #0A2D3B is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 45 | 59 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.77 |
| HSL | 197.14º | 0.71% | 0.14% | - |
| HSV(B) | 197.14º | 0.83% | 0.23% | - |
| XYZ | 1.85 | 2.26 | 4.48 | - |
| YUV | 36.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 59 | 0.83 | 0.24 | 0 | 0.77 | 197.14 | 0.71 | 0.14 |
| Hex | A | 2D | 3B | 53 | 18 | 0 | 4D | C5 | 47 | E |
| Octal | 12 | 55 | 73 | 123 | 30 | 0 | 115 | 305 | 107 | 16 |
| Binary | 1010 | 101101 | 111011 | 1010011 | 11000 | 0 | 1001101 | 11000101 | 1000111 | 1110 |
Color Harmonies of #0A2D3B
Complementary color
Monochromatic Colors of #0A2D3B
Black with #0A2D3B
Text Example
Text Example
White with #0A2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D3B; }
p { color: rgb(10,45,59); }
H1.HeaderClassName
{
color: #0A2D3B;
}
.AnyTagClassName
{
color: #0A2D3B;
}
</style>
background-color css
<style>
a { background-color: #0A2D3B; }
a { background-color: rgb(10,45,59); }
div.DivClassName
{
background-color: #0A2D3B;
}
.BgClassName
{
background-color: #0A2D3B;
}
</style>
border-color css
<style>
span { border-color: #0A2D3B; }
span { border-color: rgb(10,45,59); }
td.TdClassName
{
border-color: #0A2D3B;
}
.TagClassName
{
border-color: #0A2D3B;
}
</style>