Shades of Tangaroa #0A2A3D
Tints of Tangaroa #0A2A3D
RGB
CMYK
RGB Variations
Color information
#0A2A3D (or 0x0A2A3D) is known color: Tangaroa. HEX triplet: 0A, 2A and 3D. RGB value is (10,42,61). Sum of RGB (Red+Green+Blue) = 10+42+61=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A2A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2A3D is #F5D5C2. Grayscale: #222222. Windows color (decimal): -16111043 or 4008458. OLE color: 4008458.
HSL color Cylindrical-coordinate representation of color #0A2A3D: hue angle of 202.35º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A2A3D is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 42 | 61 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.76 |
| HSL | 202.35º | 0.72% | 0.14% | - |
| HSV(B) | 202.35º | 0.84% | 0.24% | - |
| XYZ | 1.8 | 2.06 | 4.72 | - |
| YUV | 34.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 61 | 0.84 | 0.31 | 0 | 0.76 | 202.35 | 0.72 | 0.14 |
| Hex | A | 2A | 3D | 54 | 1F | 0 | 4C | CA | 48 | E |
| Octal | 12 | 52 | 75 | 124 | 37 | 0 | 114 | 312 | 110 | 16 |
| Binary | 1010 | 101010 | 111101 | 1010100 | 11111 | 0 | 1001100 | 11001010 | 1001000 | 1110 |
Color Harmonies of #0A2A3D
Complementary color
Monochromatic Colors of #0A2A3D
Black with #0A2A3D
Text Example
Text Example
White with #0A2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A3D; }
p { color: rgb(10,42,61); }
H1.HeaderClassName
{
color: #0A2A3D;
}
.AnyTagClassName
{
color: #0A2A3D;
}
</style>
background-color css
<style>
a { background-color: #0A2A3D; }
a { background-color: rgb(10,42,61); }
div.DivClassName
{
background-color: #0A2A3D;
}
.BgClassName
{
background-color: #0A2A3D;
}
</style>
border-color css
<style>
span { border-color: #0A2A3D; }
span { border-color: rgb(10,42,61); }
td.TdClassName
{
border-color: #0A2A3D;
}
.TagClassName
{
border-color: #0A2A3D;
}
</style>