Shades of Tangaroa #0F2237
Tints of Tangaroa #0F2237
RGB
CMYK
RGB Variations
Color information
#0F2237 (or 0x0F2237) is known color: Tangaroa. HEX triplet: 0F, 22 and 37. RGB value is (15,34,55). Sum of RGB (Red+Green+Blue) = 15+34+55=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F2237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2237 is #F0DDC8. Grayscale: #1E1E1E. Windows color (decimal): -15785417 or 3613199. OLE color: 3613199.
HSL color Cylindrical-coordinate representation of color #0F2237: hue angle of 211.5º degrees, saturation: 0.57, 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 #0F2237 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 34 | 55 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.78 |
| HSL | 211.5º | 0.57% | 0.14% | - |
| HSV(B) | 211.5º | 0.73% | 0.22% | - |
| XYZ | 1.46 | 1.52 | 3.83 | - |
| YUV | 30.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 55 | 0.73 | 0.38 | 0 | 0.78 | 211.5 | 0.57 | 0.14 |
| Hex | F | 22 | 37 | 49 | 26 | 0 | 4E | D4 | 39 | E |
| Octal | 17 | 42 | 67 | 111 | 46 | 0 | 116 | 324 | 71 | 16 |
| Binary | 1111 | 100010 | 110111 | 1001001 | 100110 | 0 | 1001110 | 11010100 | 111001 | 1110 |
Color Harmonies of #0F2237
Complementary color
Monochromatic Colors of #0F2237
Black with #0F2237
Text Example
Text Example
White with #0F2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2237; }
p { color: rgb(15,34,55); }
H1.HeaderClassName
{
color: #0F2237;
}
.AnyTagClassName
{
color: #0F2237;
}
</style>
background-color css
<style>
a { background-color: #0F2237; }
a { background-color: rgb(15,34,55); }
div.DivClassName
{
background-color: #0F2237;
}
.BgClassName
{
background-color: #0F2237;
}
</style>
border-color css
<style>
span { border-color: #0F2237; }
span { border-color: rgb(15,34,55); }
td.TdClassName
{
border-color: #0F2237;
}
.TagClassName
{
border-color: #0F2237;
}
</style>