Shades of Tangaroa #0F253B
Tints of Tangaroa #0F253B
RGB
CMYK
RGB Variations
Color information
#0F253B (or 0x0F253B) is known color: Tangaroa. HEX triplet: 0F, 25 and 3B. RGB value is (15,37,59). Sum of RGB (Red+Green+Blue) = 15+37+59=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F253B is #F0DAC4. Grayscale: #202020. Windows color (decimal): -15784645 or 3876111. OLE color: 3876111.
HSL color Cylindrical-coordinate representation of color #0F253B: hue angle of 210º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F253B is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 37 | 59 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.77 |
| HSL | 210º | 0.59% | 0.15% | - |
| HSV(B) | 210º | 0.75% | 0.23% | - |
| XYZ | 1.65 | 1.74 | 4.39 | - |
| YUV | 32.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 59 | 0.75 | 0.37 | 0 | 0.77 | 210 | 0.59 | 0.15 |
| Hex | F | 25 | 3B | 4B | 25 | 0 | 4D | D2 | 3B | F |
| Octal | 17 | 45 | 73 | 113 | 45 | 0 | 115 | 322 | 73 | 17 |
| Binary | 1111 | 100101 | 111011 | 1001011 | 100101 | 0 | 1001101 | 11010010 | 111011 | 1111 |
Color Harmonies of #0F253B
Complementary color
Monochromatic Colors of #0F253B
Black with #0F253B
Text Example
Text Example
White with #0F253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F253B; }
p { color: rgb(15,37,59); }
H1.HeaderClassName
{
color: #0F253B;
}
.AnyTagClassName
{
color: #0F253B;
}
</style>
background-color css
<style>
a { background-color: #0F253B; }
a { background-color: rgb(15,37,59); }
div.DivClassName
{
background-color: #0F253B;
}
.BgClassName
{
background-color: #0F253B;
}
</style>
border-color css
<style>
span { border-color: #0F253B; }
span { border-color: rgb(15,37,59); }
td.TdClassName
{
border-color: #0F253B;
}
.TagClassName
{
border-color: #0F253B;
}
</style>