Shades of Tangaroa #0F273B
Tints of Tangaroa #0F273B
RGB
CMYK
RGB Variations
Color information
#0F273B (or 0x0F273B) is known color: Tangaroa. HEX triplet: 0F, 27 and 3B. RGB value is (15,39,59). Sum of RGB (Red+Green+Blue) = 15+39+59=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #0F273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F273B is #F0D8C4. Grayscale: #222222. Windows color (decimal): -15784133 or 3876623. OLE color: 3876623.
HSL color Cylindrical-coordinate representation of color #0F273B: hue angle of 207.27º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F273B is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 39 | 59 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.77 |
| HSL | 207.27º | 0.59% | 0.15% | - |
| HSV(B) | 207.27º | 0.75% | 0.23% | - |
| XYZ | 1.71 | 1.87 | 4.41 | - |
| YUV | 34.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 59 | 0.75 | 0.34 | 0 | 0.77 | 207.27 | 0.59 | 0.15 |
| Hex | F | 27 | 3B | 4B | 22 | 0 | 4D | CF | 3B | F |
| Octal | 17 | 47 | 73 | 113 | 42 | 0 | 115 | 317 | 73 | 17 |
| Binary | 1111 | 100111 | 111011 | 1001011 | 100010 | 0 | 1001101 | 11001111 | 111011 | 1111 |
Color Harmonies of #0F273B
Complementary color
Monochromatic Colors of #0F273B
Black with #0F273B
Text Example
Text Example
White with #0F273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F273B; }
p { color: rgb(15,39,59); }
H1.HeaderClassName
{
color: #0F273B;
}
.AnyTagClassName
{
color: #0F273B;
}
</style>
background-color css
<style>
a { background-color: #0F273B; }
a { background-color: rgb(15,39,59); }
div.DivClassName
{
background-color: #0F273B;
}
.BgClassName
{
background-color: #0F273B;
}
</style>
border-color css
<style>
span { border-color: #0F273B; }
span { border-color: rgb(15,39,59); }
td.TdClassName
{
border-color: #0F273B;
}
.TagClassName
{
border-color: #0F273B;
}
</style>