Shades of Tangaroa #0F2741
Tints of Tangaroa #0F2741
RGB
CMYK
RGB Variations
Color information
#0F2741 (or 0x0F2741) is known color: Tangaroa. HEX triplet: 0F, 27 and 41. RGB value is (15,39,65). Sum of RGB (Red+Green+Blue) = 15+39+65=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F2741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2741 is #F0D8BE. Grayscale: #222222. Windows color (decimal): -15784127 or 4269839. OLE color: 4269839.
HSL color Cylindrical-coordinate representation of color #0F2741: hue angle of 211.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2741 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 39 | 65 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.75 |
| HSL | 211.2º | 0.63% | 0.16% | - |
| HSV(B) | 211.2º | 0.77% | 0.25% | - |
| XYZ | 1.88 | 1.93 | 5.28 | - |
| YUV | 34.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 65 | 0.77 | 0.40 | 0 | 0.75 | 211.2 | 0.63 | 0.16 |
| Hex | F | 27 | 41 | 4D | 28 | 0 | 4B | D3 | 3E | 10 |
| Octal | 17 | 47 | 101 | 115 | 50 | 0 | 113 | 323 | 76 | 20 |
| Binary | 1111 | 100111 | 1000001 | 1001101 | 101000 | 0 | 1001011 | 11010011 | 111110 | 10000 |
Color Harmonies of #0F2741
Complementary color
Monochromatic Colors of #0F2741
Black with #0F2741
Text Example
Text Example
White with #0F2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2741; }
p { color: rgb(15,39,65); }
H1.HeaderClassName
{
color: #0F2741;
}
.AnyTagClassName
{
color: #0F2741;
}
</style>
background-color css
<style>
a { background-color: #0F2741; }
a { background-color: rgb(15,39,65); }
div.DivClassName
{
background-color: #0F2741;
}
.BgClassName
{
background-color: #0F2741;
}
</style>
border-color css
<style>
span { border-color: #0F2741; }
span { border-color: rgb(15,39,65); }
td.TdClassName
{
border-color: #0F2741;
}
.TagClassName
{
border-color: #0F2741;
}
</style>