Shades of Tangaroa #0F2236
Tints of Tangaroa #0F2236
RGB
CMYK
RGB Variations
Color information
#0F2236 (or 0x0F2236) is known color: Tangaroa. HEX triplet: 0F, 22 and 36. RGB value is (15,34,54). Sum of RGB (Red+Green+Blue) = 15+34+54=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F2236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2236 is #F0DDC9. Grayscale: #1E1E1E. Windows color (decimal): -15785418 or 3547663. OLE color: 3547663.
HSL color Cylindrical-coordinate representation of color #0F2236: hue angle of 210.77º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F2236 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 34 | 54 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.79 |
| HSL | 210.77º | 0.57% | 0.14% | - |
| HSV(B) | 210.77º | 0.72% | 0.21% | - |
| XYZ | 1.43 | 1.51 | 3.71 | - |
| YUV | 30.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 54 | 0.72 | 0.37 | 0 | 0.79 | 210.77 | 0.57 | 0.14 |
| Hex | F | 22 | 36 | 48 | 25 | 0 | 4F | D3 | 39 | E |
| Octal | 17 | 42 | 66 | 110 | 45 | 0 | 117 | 323 | 71 | 16 |
| Binary | 1111 | 100010 | 110110 | 1001000 | 100101 | 0 | 1001111 | 11010011 | 111001 | 1110 |
Color Harmonies of #0F2236
Complementary color
Monochromatic Colors of #0F2236
Black with #0F2236
Text Example
Text Example
White with #0F2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2236; }
p { color: rgb(15,34,54); }
H1.HeaderClassName
{
color: #0F2236;
}
.AnyTagClassName
{
color: #0F2236;
}
</style>
background-color css
<style>
a { background-color: #0F2236; }
a { background-color: rgb(15,34,54); }
div.DivClassName
{
background-color: #0F2236;
}
.BgClassName
{
background-color: #0F2236;
}
</style>
border-color css
<style>
span { border-color: #0F2236; }
span { border-color: rgb(15,34,54); }
td.TdClassName
{
border-color: #0F2236;
}
.TagClassName
{
border-color: #0F2236;
}
</style>