Shades of Tangaroa #0F2037
Tints of Tangaroa #0F2037
RGB
CMYK
RGB Variations
Color information
#0F2037 (or 0x0F2037) is known color: Tangaroa. HEX triplet: 0F, 20 and 37. RGB value is (15,32,55). Sum of RGB (Red+Green+Blue) = 15+32+55=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F2037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2037 is #F0DFC8. Grayscale: #1D1D1D. Windows color (decimal): -15785929 or 3612687. OLE color: 3612687.
HSL color Cylindrical-coordinate representation of color #0F2037: hue angle of 214.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F2037 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 32 | 55 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.78 |
| HSL | 214.5º | 0.57% | 0.14% | - |
| HSV(B) | 214.5º | 0.73% | 0.22% | - |
| XYZ | 1.4 | 1.41 | 3.81 | - |
| YUV | 29.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 55 | 0.73 | 0.42 | 0 | 0.78 | 214.5 | 0.57 | 0.14 |
| Hex | F | 20 | 37 | 49 | 2A | 0 | 4E | D6 | 39 | E |
| Octal | 17 | 40 | 67 | 111 | 52 | 0 | 116 | 326 | 71 | 16 |
| Binary | 1111 | 100000 | 110111 | 1001001 | 101010 | 0 | 1001110 | 11010110 | 111001 | 1110 |
Color Harmonies of #0F2037
Complementary color
Monochromatic Colors of #0F2037
Black with #0F2037
Text Example
Text Example
White with #0F2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2037; }
p { color: rgb(15,32,55); }
H1.HeaderClassName
{
color: #0F2037;
}
.AnyTagClassName
{
color: #0F2037;
}
</style>
background-color css
<style>
a { background-color: #0F2037; }
a { background-color: rgb(15,32,55); }
div.DivClassName
{
background-color: #0F2037;
}
.BgClassName
{
background-color: #0F2037;
}
</style>
border-color css
<style>
span { border-color: #0F2037; }
span { border-color: rgb(15,32,55); }
td.TdClassName
{
border-color: #0F2037;
}
.TagClassName
{
border-color: #0F2037;
}
</style>