Shades of Tangaroa #0A263D
Tints of Tangaroa #0A263D
RGB
CMYK
RGB Variations
Color information
#0A263D (or 0x0A263D) is known color: Tangaroa. HEX triplet: 0A, 26 and 3D. RGB value is (10,38,61). Sum of RGB (Red+Green+Blue) = 10+38+61=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A263D is #F5D9C2. Grayscale: #202020. Windows color (decimal): -16112067 or 4007434. OLE color: 4007434.
HSL color Cylindrical-coordinate representation of color #0A263D: hue angle of 207.06º 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 #0A263D is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 38 | 61 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.76 |
| HSL | 207.06º | 0.72% | 0.14% | - |
| HSV(B) | 207.06º | 0.84% | 0.24% | - |
| XYZ | 1.66 | 1.79 | 4.67 | - |
| YUV | 32.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 61 | 0.84 | 0.38 | 0 | 0.76 | 207.06 | 0.72 | 0.14 |
| Hex | A | 26 | 3D | 54 | 26 | 0 | 4C | CF | 48 | E |
| Octal | 12 | 46 | 75 | 124 | 46 | 0 | 114 | 317 | 110 | 16 |
| Binary | 1010 | 100110 | 111101 | 1010100 | 100110 | 0 | 1001100 | 11001111 | 1001000 | 1110 |
Color Harmonies of #0A263D
Complementary color
Monochromatic Colors of #0A263D
Black with #0A263D
Text Example
Text Example
White with #0A263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A263D; }
p { color: rgb(10,38,61); }
H1.HeaderClassName
{
color: #0A263D;
}
.AnyTagClassName
{
color: #0A263D;
}
</style>
background-color css
<style>
a { background-color: #0A263D; }
a { background-color: rgb(10,38,61); }
div.DivClassName
{
background-color: #0A263D;
}
.BgClassName
{
background-color: #0A263D;
}
</style>
border-color css
<style>
span { border-color: #0A263D; }
span { border-color: rgb(10,38,61); }
td.TdClassName
{
border-color: #0A263D;
}
.TagClassName
{
border-color: #0A263D;
}
</style>