Shades of Tangaroa #0F2538
Tints of Tangaroa #0F2538
RGB
CMYK
RGB Variations
Color information
#0F2538 (or 0x0F2538) is known color: Tangaroa. HEX triplet: 0F, 25 and 38. RGB value is (15,37,56). Sum of RGB (Red+Green+Blue) = 15+37+56=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F2538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2538 is #F0DAC7. Grayscale: #202020. Windows color (decimal): -15784648 or 3679503. OLE color: 3679503.
HSL color Cylindrical-coordinate representation of color #0F2538: hue angle of 207.8º degrees, saturation: 0.58, 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 #0F2538 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 37 | 56 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.78 |
| HSL | 207.8º | 0.58% | 0.14% | - |
| HSV(B) | 207.8º | 0.73% | 0.22% | - |
| XYZ | 1.57 | 1.71 | 3.99 | - |
| YUV | 32.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 56 | 0.73 | 0.34 | 0 | 0.78 | 207.8 | 0.58 | 0.14 |
| Hex | F | 25 | 38 | 49 | 22 | 0 | 4E | D0 | 3A | E |
| Octal | 17 | 45 | 70 | 111 | 42 | 0 | 116 | 320 | 72 | 16 |
| Binary | 1111 | 100101 | 111000 | 1001001 | 100010 | 0 | 1001110 | 11010000 | 111010 | 1110 |
Color Harmonies of #0F2538
Complementary color
Monochromatic Colors of #0F2538
Black with #0F2538
Text Example
Text Example
White with #0F2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2538; }
p { color: rgb(15,37,56); }
H1.HeaderClassName
{
color: #0F2538;
}
.AnyTagClassName
{
color: #0F2538;
}
</style>
background-color css
<style>
a { background-color: #0F2538; }
a { background-color: rgb(15,37,56); }
div.DivClassName
{
background-color: #0F2538;
}
.BgClassName
{
background-color: #0F2538;
}
</style>
border-color css
<style>
span { border-color: #0F2538; }
span { border-color: rgb(15,37,56); }
td.TdClassName
{
border-color: #0F2538;
}
.TagClassName
{
border-color: #0F2538;
}
</style>