Shades of Tangaroa #0F2637
Tints of Tangaroa #0F2637
RGB
CMYK
RGB Variations
Color information
#0F2637 (or 0x0F2637) is known color: Tangaroa. HEX triplet: 0F, 26 and 37. RGB value is (15,38,55). Sum of RGB (Red+Green+Blue) = 15+38+55=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F2637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2637 is #F0D9C8. Grayscale: #202020. Windows color (decimal): -15784393 or 3614223. OLE color: 3614223.
HSL color Cylindrical-coordinate representation of color #0F2637: hue angle of 205.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 #0F2637 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 38 | 55 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.78 |
| HSL | 205.5º | 0.57% | 0.14% | - |
| HSV(B) | 205.5º | 0.73% | 0.22% | - |
| XYZ | 1.58 | 1.76 | 3.87 | - |
| YUV | 33.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 55 | 0.73 | 0.31 | 0 | 0.78 | 205.5 | 0.57 | 0.14 |
| Hex | F | 26 | 37 | 49 | 1F | 0 | 4E | CE | 39 | E |
| Octal | 17 | 46 | 67 | 111 | 37 | 0 | 116 | 316 | 71 | 16 |
| Binary | 1111 | 100110 | 110111 | 1001001 | 11111 | 0 | 1001110 | 11001110 | 111001 | 1110 |
Color Harmonies of #0F2637
Complementary color
Monochromatic Colors of #0F2637
Black with #0F2637
Text Example
Text Example
White with #0F2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2637; }
p { color: rgb(15,38,55); }
H1.HeaderClassName
{
color: #0F2637;
}
.AnyTagClassName
{
color: #0F2637;
}
</style>
background-color css
<style>
a { background-color: #0F2637; }
a { background-color: rgb(15,38,55); }
div.DivClassName
{
background-color: #0F2637;
}
.BgClassName
{
background-color: #0F2637;
}
</style>
border-color css
<style>
span { border-color: #0F2637; }
span { border-color: rgb(15,38,55); }
td.TdClassName
{
border-color: #0F2637;
}
.TagClassName
{
border-color: #0F2637;
}
</style>