Shades of Tangaroa #0F2940
Tints of Tangaroa #0F2940
RGB
CMYK
RGB Variations
Color information
#0F2940 (or 0x0F2940) is known color: Tangaroa. HEX triplet: 0F, 29 and 40. RGB value is (15,41,64). Sum of RGB (Red+Green+Blue) = 15+41+64=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F2940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2940 is #F0D6BF. Grayscale: #232323. Windows color (decimal): -15783616 or 4204815. OLE color: 4204815.
HSL color Cylindrical-coordinate representation of color #0F2940: hue angle of 208.16º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2940 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 41 | 64 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.75 |
| HSL | 208.16º | 0.62% | 0.15% | - |
| HSV(B) | 208.16º | 0.77% | 0.25% | - |
| XYZ | 1.92 | 2.06 | 5.15 | - |
| YUV | 35.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 64 | 0.77 | 0.36 | 0 | 0.75 | 208.16 | 0.62 | 0.15 |
| Hex | F | 29 | 40 | 4D | 24 | 0 | 4B | D0 | 3E | F |
| Octal | 17 | 51 | 100 | 115 | 44 | 0 | 113 | 320 | 76 | 17 |
| Binary | 1111 | 101001 | 1000000 | 1001101 | 100100 | 0 | 1001011 | 11010000 | 111110 | 1111 |
Color Harmonies of #0F2940
Complementary color
Monochromatic Colors of #0F2940
Black with #0F2940
Text Example
Text Example
White with #0F2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2940; }
p { color: rgb(15,41,64); }
H1.HeaderClassName
{
color: #0F2940;
}
.AnyTagClassName
{
color: #0F2940;
}
</style>
background-color css
<style>
a { background-color: #0F2940; }
a { background-color: rgb(15,41,64); }
div.DivClassName
{
background-color: #0F2940;
}
.BgClassName
{
background-color: #0F2940;
}
</style>
border-color css
<style>
span { border-color: #0F2940; }
span { border-color: rgb(15,41,64); }
td.TdClassName
{
border-color: #0F2940;
}
.TagClassName
{
border-color: #0F2940;
}
</style>