Shades of Tangaroa #0A253E
Tints of Tangaroa #0A253E
RGB
CMYK
RGB Variations
Color information
#0A253E (or 0x0A253E) is known color: Tangaroa. HEX triplet: 0A, 25 and 3E. RGB value is (10,37,62). Sum of RGB (Red+Green+Blue) = 10+37+62=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A253E is #F5DAC1. Grayscale: #1F1F1F. Windows color (decimal): -16112322 or 4072714. OLE color: 4072714.
HSL color Cylindrical-coordinate representation of color #0A253E: hue angle of 208.85º 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 #0A253E is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 37 | 62 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.76 |
| HSL | 208.85º | 0.72% | 0.14% | - |
| HSV(B) | 208.85º | 0.84% | 0.24% | - |
| XYZ | 1.66 | 1.74 | 4.81 | - |
| YUV | 31.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 62 | 0.84 | 0.40 | 0 | 0.76 | 208.85 | 0.72 | 0.14 |
| Hex | A | 25 | 3E | 54 | 28 | 0 | 4C | D1 | 48 | E |
| Octal | 12 | 45 | 76 | 124 | 50 | 0 | 114 | 321 | 110 | 16 |
| Binary | 1010 | 100101 | 111110 | 1010100 | 101000 | 0 | 1001100 | 11010001 | 1001000 | 1110 |
Color Harmonies of #0A253E
Complementary color
Monochromatic Colors of #0A253E
Black with #0A253E
Text Example
Text Example
White with #0A253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A253E; }
p { color: rgb(10,37,62); }
H1.HeaderClassName
{
color: #0A253E;
}
.AnyTagClassName
{
color: #0A253E;
}
</style>
background-color css
<style>
a { background-color: #0A253E; }
a { background-color: rgb(10,37,62); }
div.DivClassName
{
background-color: #0A253E;
}
.BgClassName
{
background-color: #0A253E;
}
</style>
border-color css
<style>
span { border-color: #0A253E; }
span { border-color: rgb(10,37,62); }
td.TdClassName
{
border-color: #0A253E;
}
.TagClassName
{
border-color: #0A253E;
}
</style>