Shades of Tangaroa #0F273A
Tints of Tangaroa #0F273A
RGB
CMYK
RGB Variations
Color information
#0F273A (or 0x0F273A) is known color: Tangaroa. HEX triplet: 0F, 27 and 3A. RGB value is (15,39,58). Sum of RGB (Red+Green+Blue) = 15+39+58=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F273A is #F0D8C5. Grayscale: #212121. Windows color (decimal): -15784134 or 3811087. OLE color: 3811087.
HSL color Cylindrical-coordinate representation of color #0F273A: hue angle of 206.51º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F273A is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 39 | 58 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.77 |
| HSL | 206.51º | 0.59% | 0.14% | - |
| HSV(B) | 206.51º | 0.74% | 0.23% | - |
| XYZ | 1.69 | 1.86 | 4.27 | - |
| YUV | 33.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 58 | 0.74 | 0.33 | 0 | 0.77 | 206.51 | 0.59 | 0.14 |
| Hex | F | 27 | 3A | 4A | 21 | 0 | 4D | CF | 3B | E |
| Octal | 17 | 47 | 72 | 112 | 41 | 0 | 115 | 317 | 73 | 16 |
| Binary | 1111 | 100111 | 111010 | 1001010 | 100001 | 0 | 1001101 | 11001111 | 111011 | 1110 |
Color Harmonies of #0F273A
Complementary color
Monochromatic Colors of #0F273A
Black with #0F273A
Text Example
Text Example
White with #0F273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F273A; }
p { color: rgb(15,39,58); }
H1.HeaderClassName
{
color: #0F273A;
}
.AnyTagClassName
{
color: #0F273A;
}
</style>
background-color css
<style>
a { background-color: #0F273A; }
a { background-color: rgb(15,39,58); }
div.DivClassName
{
background-color: #0F273A;
}
.BgClassName
{
background-color: #0F273A;
}
</style>
border-color css
<style>
span { border-color: #0F273A; }
span { border-color: rgb(15,39,58); }
td.TdClassName
{
border-color: #0F273A;
}
.TagClassName
{
border-color: #0F273A;
}
</style>