Shades of Tangaroa #0F2E39
Tints of Tangaroa #0F2E39
RGB
CMYK
RGB Variations
Color information
#0F2E39 (or 0x0F2E39) is known color: Tangaroa. HEX triplet: 0F, 2E and 39. RGB value is (15,46,57). Sum of RGB (Red+Green+Blue) = 15+46+57=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F2E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E39 is #F0D1C6. Grayscale: #252525. Windows color (decimal): -15782343 or 3747343. OLE color: 3747343.
HSL color Cylindrical-coordinate representation of color #0F2E39: hue angle of 195.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F2E39 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 46 | 57 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.78 |
| HSL | 195.71º | 0.58% | 0.14% | - |
| HSV(B) | 195.71º | 0.74% | 0.22% | - |
| XYZ | 1.91 | 2.35 | 4.22 | - |
| YUV | 37.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 46 | 57 | 0.74 | 0.19 | 0 | 0.78 | 195.71 | 0.58 | 0.14 |
| Hex | F | 2E | 39 | 4A | 13 | 0 | 4E | C4 | 3A | E |
| Octal | 17 | 56 | 71 | 112 | 23 | 0 | 116 | 304 | 72 | 16 |
| Binary | 1111 | 101110 | 111001 | 1001010 | 10011 | 0 | 1001110 | 11000100 | 111010 | 1110 |
Color Harmonies of #0F2E39
Complementary color
Monochromatic Colors of #0F2E39
Black with #0F2E39
Text Example
Text Example
White with #0F2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2E39; }
p { color: rgb(15,46,57); }
H1.HeaderClassName
{
color: #0F2E39;
}
.AnyTagClassName
{
color: #0F2E39;
}
</style>
background-color css
<style>
a { background-color: #0F2E39; }
a { background-color: rgb(15,46,57); }
div.DivClassName
{
background-color: #0F2E39;
}
.BgClassName
{
background-color: #0F2E39;
}
</style>
border-color css
<style>
span { border-color: #0F2E39; }
span { border-color: rgb(15,46,57); }
td.TdClassName
{
border-color: #0F2E39;
}
.TagClassName
{
border-color: #0F2E39;
}
</style>