Shades of Tangaroa #0F2938
Tints of Tangaroa #0F2938
RGB
CMYK
RGB Variations
Color information
#0F2938 (or 0x0F2938) is known color: Tangaroa. HEX triplet: 0F, 29 and 38. RGB value is (15,41,56). Sum of RGB (Red+Green+Blue) = 15+41+56=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F2938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2938 is #F0D6C7. Grayscale: #222222. Windows color (decimal): -15783624 or 3680527. OLE color: 3680527.
HSL color Cylindrical-coordinate representation of color #0F2938: hue angle of 201.95º 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 #0F2938 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 41 | 56 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.78 |
| HSL | 201.95º | 0.58% | 0.14% | - |
| HSV(B) | 201.95º | 0.73% | 0.22% | - |
| XYZ | 1.7 | 1.97 | 4.03 | - |
| YUV | 34.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 56 | 0.73 | 0.27 | 0 | 0.78 | 201.95 | 0.58 | 0.14 |
| Hex | F | 29 | 38 | 49 | 1B | 0 | 4E | CA | 3A | E |
| Octal | 17 | 51 | 70 | 111 | 33 | 0 | 116 | 312 | 72 | 16 |
| Binary | 1111 | 101001 | 111000 | 1001001 | 11011 | 0 | 1001110 | 11001010 | 111010 | 1110 |
Color Harmonies of #0F2938
Complementary color
Monochromatic Colors of #0F2938
Black with #0F2938
Text Example
Text Example
White with #0F2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2938; }
p { color: rgb(15,41,56); }
H1.HeaderClassName
{
color: #0F2938;
}
.AnyTagClassName
{
color: #0F2938;
}
</style>
background-color css
<style>
a { background-color: #0F2938; }
a { background-color: rgb(15,41,56); }
div.DivClassName
{
background-color: #0F2938;
}
.BgClassName
{
background-color: #0F2938;
}
</style>
border-color css
<style>
span { border-color: #0F2938; }
span { border-color: rgb(15,41,56); }
td.TdClassName
{
border-color: #0F2938;
}
.TagClassName
{
border-color: #0F2938;
}
</style>